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

Python: Smithy-Dafny's StandardLibrary #502

Merged
merged 588 commits into from
Aug 1, 2024
Merged

Conversation

lucasmcdonald3
Copy link
Contributor

@lucasmcdonald3 lucasmcdonald3 commented Jul 31, 2024

Issue #, if available:

Description of changes:

  • Commit StandardLibrary changes for Python (and Dafny 4.7)
    • When I merge Python into main, if there are conflicts between Python's 4.7 upgrade and main's (NET/Java) 4.7 upgrade, I plan to take in main's.
  • Apply an @protocolDefinition trait to localService. "Real" Smithy code generators generate code for protocols. (A canonical protocol is HTTP.) Polymorph-NET/Java are not "real" Smithy code generators and instead hardcode localService. However, Polymorph Python extends a "real" Smithy code generator (Smithy-Python). Applying this trait lets "real" Smithy code generators identify the localService trait as a valid protocol.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lucasmcdonald3 lucasmcdonald3 marked this pull request as ready for review July 31, 2024 17:56
@lucasmcdonald3 lucasmcdonald3 requested a review from a team as a code owner July 31, 2024 17:56
This reverts commit a44af37, reversing
changes made to 8c748bd.
@lucasmcdonald3 lucasmcdonald3 merged commit cac1c85 into python-reviewed Aug 1, 2024
9 of 92 checks passed
@lucasmcdonald3 lucasmcdonald3 deleted the python-stdlib branch August 1, 2024 14:51
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