Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where string keys are not sorted as expected #468

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

hairyhenderson
Copy link
Owner

Fixes #457

This does have the side-effect of changing how YAML parsing is done, but I think this will only have positive effects. This also means that gomplate will definitively not support unmarshaling YAML files where non-strings are used as map keys. This was never properly supported anyway, so this won't be a big deal. When go-yaml/yaml#139 is closed, I can stop using my fork.

Signed-off-by: Dave Henderson [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

keys are not sorted with range over maps
1 participant