-
Notifications
You must be signed in to change notification settings - Fork 44
Gizmo2: add LambdaTest #265
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
Conversation
No, that's new... I'll have to investigate to see whether it's a usage error or a bug in the classfile API itself. |
BTW I was really lazy and put a basic lambda test under |
Good point. I did not spot this test before. I will move it. Hm, no assert in a test, really? ;-) |
Well, it didn't crash, did it?? :-) |
I fixed the test and the stack is different now, something like:
|
This one I have a fix for. I forgot the small detail of passing the captures to the indy. Patch incoming. |
There's still one more problem but I think it's a problem in the test. |
Thanks, I'll take a look. |
@dmlloyd I didn't find anything but I've added one more simple test for lambda param and captured value and it fails in the same way... |
Found the problem, an off-by-one (of course). I also did a minor cleanup as well. |
@dmlloyd Have you come across this before?