You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both to allow reliable comparison of the output (either between regular and --exact mode or between two different code revisions) and for user comfort, there should at least be an option to sort the output.
I'll need to do some experimenting with python -m timeit to determine what kind of sorting to use and what to make optional.
For example:
Natural/human sorting rather than ASCIIbetical would be best, but I don't know how much heavier it is.
It'd probably be most useful to sort paths component by component so that files with the same names get put side-by-side so it's easier to compare and contrast.
The text was updated successfully, but these errors were encountered:
Both to allow reliable comparison of the output (either between regular and
--exact
mode or between two different code revisions) and for user comfort, there should at least be an option to sort the output.I'll need to do some experimenting with
python -m timeit
to determine what kind of sorting to use and what to make optional.For example:
The text was updated successfully, but these errors were encountered: