-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement Py38 named expression (PEP 572) #1934
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
Merged
windelbouwman
merged 26 commits into
RustPython:master
from
TheAnyKey:TheAnyKey/p38_named_expr
Jun 1, 2020
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3342a00
Initial implementation of named expression and import according CPy…
TheAnyKey f16274d
added new instruction with inversed evaluation order for dict compreh…
TheAnyKey 2bce6b6
added further aspects to implementation, cleaned up, imported test fr…
TheAnyKey 8bdd69c
implemented first parts of scoping enhancement and extended checks
TheAnyKey 3295147
completion of name resolution ongoing, now more test passing, still w…
TheAnyKey 17008ef
further optimization of name resolution in nested scopes
TheAnyKey 3b29fb7
Initialize the vm with imports from _io instead of io
coolreader18 f2eb588
Add the OpenBSD support that I am smart enough to
CodeTriangle 1968c5d
adapted grammer to full support, most test are passing now, esp. all …
TheAnyKey b35b840
more conditional compiling, this time for errors
CodeTriangle d3dc524
rustfmt was not pleased
CodeTriangle eafb741
premature push, whoops
CodeTriangle 0d7d4f0
Add expected_failure result type to jsontests
coolreader18 802913b
Merge pull request #1946 from CodeTriangle/master
coolreader18 8452dbe
Merge pull request #1942 from RustPython/coolreader18/init-with-_io
coolreader18 ca9eac5
Initial implementation of named expression and import according CPy…
TheAnyKey 1a27660
added new instruction with inversed evaluation order for dict compreh…
TheAnyKey 9728625
added further aspects to implementation, cleaned up, imported test fr…
TheAnyKey 678deb5
implemented first parts of scoping enhancement and extended checks
TheAnyKey ffea11b
completion of name resolution ongoing, now more test passing, still w…
TheAnyKey 0ebf58f
further optimization of name resolution in nested scopes
TheAnyKey 3296760
adapted grammer to full support, most test are passing now, esp. all …
TheAnyKey e1d382d
Merge branch 'TheAnyKey/p38_named_expr' of https://github.com/TheAnyK…
TheAnyKey 0f2ed00
Fixed nameing convention violation and removed unnecessary informatio…
TheAnyKey 0e868c5
Fixed nameing convention violation and removed unnecessary informatio…
TheAnyKey 7e77c20
Merge branch 'TheAnyKey/p38_named_expr' of https://github.com/TheAnyK…
TheAnyKey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.