-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for match ... case #60
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d7b4aac
Add support for match ... case
d7fe210
Remove unused import in main.py
31fe10a
Remove unused function
2b254cd
Merge branch 'main' into main
prsabahrami eb9188c
Merge branch 'main' into main
prsabahrami 04bdb63
Add match _ case and | functionality
4f3e06c
Add match , case, * case, and support for py3.9
603fd26
Create functions_310.py
e129951
Cleanup extra comments
0f1b4f4
Add match with guard and multiple variable match
dd3af8b
Fix py310 test functions
be67c18
Raise error for matching lists
e2b48ce
Adding support for guards and some fixes
prsabahrami d48605a
separating resolved and unresolved case and fixing issues
prsabahrami 28da007
Merge branch 'Quantco:main' into main
prsabahrami 56279e9
Merge branch 'main' into main
prsabahrami 1d7a295
Fixing Coverage
prsabahrami edecbfe
Fix functions
prsabahrami bde858e
Fixing test functions
prsabahrami f7723b3
Remove extra test function
prsabahrami 96b2337
Adding coverage for L329 - L333
prsabahrami 2258a8c
some improvements
2af055c
add failing tests
2850d44
Fixing failing cases
prsabahrami 5779202
Fixing test functions
prsabahrami 10c9753
small fixes
pavelzw cbbedf1
bump version
pavelzw ed16d6d
only run release on non-forks
pavelzw 52ece52
Update main.py
prsabahrami 701b0d0
Updating comments for translate_match
prsabahrami 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
This file contains 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 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
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.
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.
I added support for these cases in
10c9753
(#60) intransform_tree_into_expr