kimgr / asn1ate

A Python library for translating ASN.1 into other forms.
Other
69 stars 41 forks source link

keep the references sorted #68

Closed rockwelln closed 5 years ago

rockwelln commented 6 years ago

Using set for references garanty unicity but it scrambles them at each run.(producing different outputs). Sorting them makes the output more stable. (avoid annoying diff after a regeneration)

kimgr commented 5 years ago

Hey, sorry for losing track of this. I'll try and review the patch this week.

kimgr commented 5 years ago

Looks good. Can you fold the explanation from the pull request into the commit message to make it clearer what problem this change solves? Thanks!

kimgr commented 5 years ago

Reworded and merged as ce3ce76891d4697dc3a2c65b1cd84a956b774bd1. Thanks!