mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
![]() Previously the algorithm was being performed from the start of the string to the end, which was a little more convenient when writing the code, but made it more annoying to be able to properly talk about the "start" of where the changes were happening, since we can only re-construct the changes in reverse order of the initial traversal. Basically, doing the initial pass in reverse lets us reconstruct the hunks in the correct order to begin with, and not have to worry about reversing the hunks / lines within the hunks |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Format.cpp | ||
Format.h | ||
Generator.cpp | ||
Generator.h | ||
Hunks.cpp | ||
Hunks.h |