microsoft / yardl

Tooling for streaming instrument data
https://microsoft.github.io/yardl/
MIT License
29 stars 5 forks source link

Fix regression that made codegen nondeterministic #92

Closed johnstairs closed 8 months ago

johnstairs commented 8 months ago

In #91, I introduced a regression where we were relying on the order of elements when doing a range over a Go map. This would result in the codegen output being nondeterministic.