-
-
Notifications
You must be signed in to change notification settings - Fork 402
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 by Bors] - Parse private generator methods in classes #2092
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2092 +/- ##
==========================================
- Coverage 43.86% 43.79% -0.07%
==========================================
Files 216 216
Lines 19575 19608 +33
==========================================
+ Hits 8586 8587 +1
- Misses 10989 11021 +32
Continue to review full report at Codecov.
|
VM implementation
Fixed tests (1140):
|
Benchmark for 3031099Click to view benchmark
|
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.
Looks good! And great coverage increase :) I just have a doubt with the usage of unsafe.
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.
Thanks for the check on Trace :) let's merge!
bors r+ |
This Pull Request changes the following: - Parse private generator methods in classes
Pull request successfully merged into main. Build succeeded: |
This Pull Request changes the following: - Parse private generator methods in classes
This Pull Request changes the following: