-
Notifications
You must be signed in to change notification settings - Fork 81
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
Prevent functions from throwing loop control flow exceptions; convert them into StormRuntimeError. SYN-8397 #4025
base: master
Are you sure you want to change the base?
Conversation
… them into StormRuntimeError. SYN-8397
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4025 +/- ##
==========================================
- Coverage 96.48% 96.40% -0.08%
==========================================
Files 256 256
Lines 59645 59711 +66
==========================================
+ Hits 57547 57563 +16
- Misses 2098 2148 +50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…s in terms of behavior
Co-authored-by: blackout <blackout@vertex.link>
…apse into bug_func_ctrlflow_leak
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.
Not entirely related to this fix but emit
usage outside of emitter functions is missing highlight info.
No description provided.