Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The build code iterates over HashMaps to generate output. This is correct but may not always generate the same output depending on hashing. This can produce slightly different generated code. Ensure the output is stable by sorting before outputing. We don't actually care what the order is, just that it happens the same way every time.
- Loading branch information