-
Notifications
You must be signed in to change notification settings - Fork 857
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
java.lang.VerifyError in bytecode produced by CodeGen #407
Comments
Here’s a somewhat clearer reproducer in case anyone wants to take a stab at this issue: try {
while (false) {
throw 1;
try {
break;
} catch (_) {}
}
} catch (_) {} (tag: "good first issue" 😜 ) |
hey i am in interested in your project! From which folder i should or from where should i begin. |
Hi, is this still a relevant first issue? I am looking for a project to contribute to and was wondering if there are any tasks that would be useful for this project? Thanks. |
If that is still an issue (sorry, someone should re-test and I haven't had the time), then I'm not as sure as I was two years ago that this is an easy place to start. An easier place might be the set of recent issues created by "NWU-NISL" -- they have found a long list of subtle spec compliance issues, and in some cases fixing them has only taken a small amount of code. (Finding that small amount of code, however, is the trick, isn't it?) |
@morfav @GauravMishra13 let me know if you're still interested in contributing to Rhino |
@p-bakker Hi Paul, I did make a few contributions around half a year ago. I enjoyed it but eventually I bit off too big of a chunk with the unit-tests and then by the time the discussion got going on that I started working on other projects... |
@morfav sorry to hear that it took a while for the discussions to get going, but great to hear you enjoyed working on the project. We currently have several issues tagged with the good first issue which should be good picks to procrastinate some 😂. We've also updated the docs related to running the tests recently, hopefully making things a bit easier. Can't wait to see some of your contributions appearing in our PR list! |
Input to Rhino 1.7.8:
Compilation fails with:
Sorry for the cryptic test case. It was generated automatically by JQF.
The text was updated successfully, but these errors were encountered: