-
-
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] - Removing the panic in favour of an error result #1874
Conversation
Test262 conformance changesVM implementation
Fixed panics (12):
|
bors r+ |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
Benchmark for a77fd13Click to view benchmark
|
Benchmark for 61712daClick to view benchmark
|
Codecov Report
@@ Coverage Diff @@
## main #1874 +/- ##
==========================================
- Coverage 46.67% 46.66% -0.02%
==========================================
Files 204 204
Lines 16701 16707 +6
==========================================
Hits 7796 7796
- Misses 8905 8911 +6
Continue to review full report at Codecov.
|
Benchmark for 71825f1Click to view benchmark
|
bors r+ |
This Pull Request is related to #1873. It changes the following: - Removes the panic in case a label is not found. I think this should be an early syntax error, but at least we shouldn't panic while we fix the issue with the labels. I think we should solve the issue with labeled statements for 0.15.
Pull request successfully merged into main. Build succeeded: |
This Pull Request is related to #1873.
It changes the following:
I think we should solve the issue with labeled statements for 0.15.