This makes it (ever so slightly) easier for new contributors by having a predictable sorting behavior. Before the dashes would be ignored which was very counter-intuitive.
The change to packages.txt can be reproduced by checking out master and running LC_ALL=C sort -u packages.txt > tmp && mv tmp packages.txt.
This makes it (ever so slightly) easier for new contributors by having a predictable sorting behavior. Before the dashes would be ignored which was very counter-intuitive.
The change to
packages.txt
can be reproduced by checking out master and runningLC_ALL=C sort -u packages.txt > tmp && mv tmp packages.txt
.cc https://github.com/rust-lang/crates-build-env/pull/57#issuecomment-663008190
r? @pietroalbini