Skip to content

Discard operations before the last deletall before sorting

Julien "_FrnchFrgg_" Rivaud requested to merge (removed):robust-sort into master

The sort assumes there are no operations masked by a deleteall in the list, since it sorts the deletall first no matter where they were before. Enforce that assumption to avoid errors due to oblivious callers.

Merge request reports