rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

Include dashes when sorting #58

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

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.

cc https://github.com/rust-lang/crates-build-env/pull/57#issuecomment-663008190

r? @pietroalbini