librariesio / bibliothecary

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers
https://libraries.io/rubygems/bibliothecary
GNU Affero General Public License v3.0
89 stars 36 forks source link

Remove unnecessary sorting on gradle-dependencies-q.txt deps #563

Closed tiegz closed 1 year ago

tiegz commented 1 year ago

@travatomic found a case where the sorting on gradle-dependencies-q.txt is non-deterministic on different platforms, which made us realize that the sorting done here is no longer necessary after https://github.com/librariesio/bibliothecary/pull/558 (in that PR, we expanded the uniqueness by adding original_name/original_requirement, which makes the sorting pointless)