You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to control the ordering of variables in the environment. Would it be reasonable for the environment hash to become an ordered hash-map, rather than an unordered one?
The text was updated successfully, but these errors were encountered:
@tailhook Some tools print out or otherwise operate on environment variables in the order they appear in the environment, rather than sorting them first. I'd like to ensure reproducibility, and the easiest way to do that would be to always emit the environment in the same order.
I'd like to be able to control the ordering of variables in the environment. Would it be reasonable for the environment hash to become an ordered hash-map, rather than an unordered one?
The text was updated successfully, but these errors were encountered: