Nickolay Tarbayev
Nickolay Tarbayev
> Was there a reason why you didn't keep the old methods (without protocols / with single protocol) and have them forward to the new ones (with protocol / with...
Implements experimental diff with optimized moves calculation to produce only minimal required moves
@rnystrom Here you go. It was quite a challenge to achieve this with a reasonable design, as I have very little experience with C++, so any suggestions for improvements are...
Implements experimental diff with optimized moves calculation to produce only minimal required moves
Finally had a chance to run this in our project. Found a flaw in the algorithm which is now fixed, also the algorithm has become much simpler.
Implements experimental diff with optimized moves calculation to produce only minimal required moves
@TimOliver Hi Tim, At some point I decided to make a Swift version of the algorithm, which I called [OptiDiff](https://github.com/tarbayev/OptiDiff) and also improved and simplified it quite a lot. Hence...
@Coeur I'd be happy to, but first I'd like to get a confirmation that it still has a chance to be merged. It's been a year since I opened it.
> A possible solution might be if the user is formatting an entire folder, I ignore inherited exclusion rules that exclude the folder being formatted. > > I think that...
@nicklockwood Thanks for clarification. Would be nice though to have an option for running the formatter also with non-hierarchical configuration. In my case I'm introducing a new module into a...