jetify-com / devbox

Instant, easy, and predictable development environments
https://www.jetify.com/devbox/
Apache License 2.0
8.82k stars 207 forks source link

configfile: sort members in setEnv #2417

Closed gcurtis closed 23 hours ago

gcurtis commented 1 day ago

The TestSetEnv test is flaking due to the random iteration order of maps. Sort the new members to make the field order deterministic. Move the test cases into file_test.go with the other AST tests.