-
Notifications
You must be signed in to change notification settings - Fork 8
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
Python: Update as_dict/from_dict #540
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is CI expected to fail?
/** | ||
* Override Smithy-Python writeAsDict to handle shapes with {@link ReferenceTrait}s. | ||
* Most of this is lifted directly from Smithy-Python; the changed components are | ||
* highlighted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole thing is highlighted if you meant that the diff would be highlighted (In that case, it's better to remove the highlighted word).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no, by "highlighted" I meant that I was calling out specific areas.
But it is unclear. Let me clarify
CI doesn't need to pass for this PR, but it was easy to make it pass. I updated this branch with the latest python-reviewed branch, and now most CI is passing. The final check will pass after #541, which formats the file in this PR with the updated logic from this PR, so I'll merge #541 in after this PR goes in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked with Lucas, prettier runs here #541
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.