ardielle / ardielle-tools

Apache License 2.0
18 stars 19 forks source link

Deterministic sorted order of imports #74

Closed havetisyan closed 7 years ago

havetisyan commented 7 years ago

Since the order of map iteration is random, every time rdl generator runs, it might generate source code with different order of imports.

Before adding the imports, we sort the list to get the same order every time.

boynton commented 7 years ago

👍