-
-
Notifications
You must be signed in to change notification settings - Fork 406
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] - Continue panic fixes #1896
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1896 +/- ##
==========================================
- Coverage 46.41% 46.39% -0.03%
==========================================
Files 206 206
Lines 16790 16800 +10
==========================================
+ Hits 7793 7794 +1
- Misses 8997 9006 +9
Continue to review full report at Codecov.
|
VM implementation
|
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!
bors r+ |
This PR changes the following: - Fixes the panics induced by incorrect continues. - Adds tests which demonstrate the various panics induced. - Actually rustfmts correctly?
Pull request successfully merged into main. Build succeeded: |
This PR changes the following: