-
Notifications
You must be signed in to change notification settings - Fork 91
frontend: (pyast) Add support for bigint comparison operations in the PyAST frontend #4193
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
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4193 +/- ##
=======================================
Coverage 88.96% 88.96%
=======================================
Files 326 326
Lines 44466 44476 +10
Branches 5481 5483 +2
=======================================
+ Hits 39559 39569 +10
+ Misses 3558 3557 -1
- Partials 1349 1350 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 2720f03.
This seems to now have the same changes as the other PR, is that on purpose? |
Almost all of this PR is changing the type registration, which is now in #4211. When that is merged, this will only have a single change wrt main which is adding comparison support |
Add support for bigint comparison operations in the PyAST frontend.