Merged
Conversation
s0undt3ch
previously approved these changes
Oct 4, 2020
Contributor
s0undt3ch
left a comment
There was a problem hiding this comment.
And is pack_dunder still used anywhere?
Contributor
Author
|
There are other files outside of the boto/boto3 code tree that are still using it yes. I can always add these to this PR. |
9824282 to
2013e9d
Compare
Contributor
Thanks for looking.
No, no need to mix. |
Contributor
Author
|
Too late? :) |
2013e9d to
408f2bc
Compare
krionbsd
previously approved these changes
Oct 4, 2020
s0undt3ch
previously approved these changes
Oct 4, 2020
408f2bc to
e0027d2
Compare
Has not been needed since SaltStack 2015.8.0
Removes usage of pack_dunder from remaining code. Usage of pack_dunder has not been decessary since 2015.8.0
e0027d2 to
cb0f544
Compare
krionbsd
approved these changes
Oct 7, 2020
Akm0d
approved these changes
Oct 7, 2020
s0undt3ch
approved these changes
Oct 7, 2020
twangboy
approved these changes
Oct 7, 2020
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Basic code maintenance:
salt.utils.compat.pack_dunder()from all boto/boto3 modules since these calls have not been necessary since 2015.8.0.salt.utils.compat.pack_dunder()from all code outside of boto/boto3 modules. This includes some tests and the module and state example templates for writing new code.pre-committests.This does not fix any bugs, or add any features.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
No
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.