Maybe a bit too "nit-picky", but when i added packages for #66, and applied sort packages.txt > out.txt, and then copy-pasted contents of that file into the old one, my VCS diff showed a lot more packages being shuffled around than i was expected.
Maybe add this pre-requisite step into the project's CI? To check if the file has been sorted correctly, to also avoid duplicates and the like.
The current file is pseudo-hand-sorted, which may not be useful when the actual goal is to have a sorted file.
Maybe a bit too "nit-picky", but when i added packages for #66, and applied
sort packages.txt > out.txt
, and then copy-pasted contents of that file into the old one, my VCS diff showed a lot more packages being shuffled around than i was expected.Maybe add this pre-requisite step into the project's CI? To check if the file has been sorted correctly, to also avoid duplicates and the like.
The current file is pseudo-hand-sorted, which may not be useful when the actual goal is to have a sorted file.