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

Add support for match ... case #60

Merged
merged 30 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d7b4aac
Add support for match ... case
Mar 19, 2024
d7fe210
Remove unused import in main.py
Mar 19, 2024
31fe10a
Remove unused function
Mar 19, 2024
2b254cd
Merge branch 'main' into main
prsabahrami Mar 20, 2024
eb9188c
Merge branch 'main' into main
prsabahrami Mar 20, 2024
04bdb63
Add match _ case and | functionality
Mar 21, 2024
4f3e06c
Add match , case, * case, and support for py3.9
Mar 21, 2024
603fd26
Create functions_310.py
Mar 21, 2024
e129951
Cleanup extra comments
Mar 21, 2024
0f1b4f4
Add match with guard and multiple variable match
Mar 22, 2024
dd3af8b
Fix py310 test functions
Mar 27, 2024
be67c18
Raise error for matching lists
Mar 27, 2024
e2b48ce
Adding support for guards and some fixes
prsabahrami Apr 27, 2024
d48605a
separating resolved and unresolved case and fixing issues
prsabahrami Apr 30, 2024
28da007
Merge branch 'Quantco:main' into main
prsabahrami May 1, 2024
56279e9
Merge branch 'main' into main
prsabahrami May 15, 2024
1d7a295
Fixing Coverage
prsabahrami May 15, 2024
edecbfe
Fix functions
prsabahrami May 15, 2024
bde858e
Fixing test functions
prsabahrami May 15, 2024
f7723b3
Remove extra test function
prsabahrami May 15, 2024
96b2337
Adding coverage for L329 - L333
prsabahrami May 16, 2024
2258a8c
some improvements
May 17, 2024
2af055c
add failing tests
May 17, 2024
2850d44
Fixing failing cases
prsabahrami May 18, 2024
5779202
Fixing test functions
prsabahrami May 18, 2024
10c9753
small fixes
pavelzw May 24, 2024
cbbedf1
bump version
pavelzw May 24, 2024
ed16d6d
only run release on non-forks
pavelzw May 24, 2024
52ece52
Update main.py
prsabahrami May 24, 2024
701b0d0
Updating comments for translate_match
prsabahrami May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading