-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(#427): throw an exception if bytecode verifier finds errors #428
feat(#427): throw an exception if bytecode verifier finds errors #428
Conversation
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here |
@volodya-lombrozo Done! FYI, the full log is here (took me 4min) |
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 7min)
|
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 7min)
|
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 7min)
|
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 7min)
|
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 9min)
|
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here |
@volodya-lombrozo Done! FYI, the full log is here (took me 8min) |
Throw an exception if bytecode verifier finds some problems in a bytecode class.
Related to #427.
History:
jeo:assemble
doesn't stop whenorg.objectweb.asm
error is found #427): add the integration test that reveal the problemjeo:assemble
doesn't stop whenorg.objectweb.asm
error is found #427): add exception throwing if bytecode verification failedjeo:assemble
doesn't stop whenorg.objectweb.asm
error is found #427): fix all integration testsjeo:assemble
doesn't stop whenorg.objectweb.asm
error is found #427): repair takes integration testjeo:assemble
doesn't stop whenorg.objectweb.asm
error is found #427): add one more puzzle