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

Allow our custom yaml dumper to NamespacedDictWrapper objects #49408

Merged
merged 1 commit into from
Aug 29, 2018

Conversation

terminalmage
Copy link
Contributor

This special dict class did not have a representer assigned to it, so PyYAML would raise an exception when attempting to dump it.

This also removes the class name overriding, as its implementation was ill-conceived and will be deprecated in a later branch (it's only used in this one place so deprecating should be of no-to-minimal impact).

This special dict class did not have a representer assigned to it, so
PyYAML would raise an exception when attempting to dump it.

This also removes the name overriding, as its implementation was
ill-conceived and will be deprecated in a later branch (it's only used
in this one place so deprecating should be of no-to-minimal impact).
@terminalmage terminalmage requested a review from a team as a code owner August 29, 2018 19:44
@ghost ghost self-requested a review August 29, 2018 19:44
Copy link
Contributor

@rallytime rallytime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@rallytime
Copy link
Contributor

@terminalmage This fixes #49269, yeah?

@terminalmage
Copy link
Contributor Author

@rallytime that is correct

@cachedout cachedout merged commit 24faa5e into saltstack:2017.7 Aug 29, 2018
@terminalmage terminalmage deleted the issue49269 branch September 10, 2018 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants