-
-
Notifications
You must be signed in to change notification settings - Fork 411
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] - Break
Opcode and ByteCompiler
changes
#2523
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2523 +/- ##
==========================================
+ Coverage 51.50% 51.87% +0.37%
==========================================
Files 358 362 +4
Lines 35755 35846 +91
==========================================
+ Hits 18414 18595 +181
+ Misses 17341 17251 -90
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
The rest LGTM
Nice work!
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.
Great work! I opened some discussions about some improvements that could be made :)
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.
Nice job!
bors r+ |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> Hi all! 😄 This Pull Request addresses #2424. There are also a few changes made to the `ByteCompiler`, the majority of which are involving `JumpControlInfo`. It changes the following: - Adds `Break` Opcode - Shifts `compile_stmt` into the `statement` module. - Moves `JumpControlInfo` to it's own module.
Build failed: |
bors retry |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> Hi all! 😄 This Pull Request addresses #2424. There are also a few changes made to the `ByteCompiler`, the majority of which are involving `JumpControlInfo`. It changes the following: - Adds `Break` Opcode - Shifts `compile_stmt` into the `statement` module. - Moves `JumpControlInfo` to it's own module.
Pull request successfully merged into main. Build succeeded: |
Break
Opcode and ByteCompiler
changesBreak
Opcode and ByteCompiler
changes
Hi all! 😄
This Pull Request addresses #2424. There are also a few changes made to the
ByteCompiler
, the majority of which are involvingJumpControlInfo
.It changes the following:
Break
Opcodecompile_stmt
into thestatement
module.JumpControlInfo
to it's own module.