Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result output should at least have the option to be sorted #13

Open
ssokolow opened this issue Aug 20, 2014 · 0 comments
Open

Result output should at least have the option to be sorted #13

ssokolow opened this issue Aug 20, 2014 · 0 comments

Comments

@ssokolow
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant