-
Notifications
You must be signed in to change notification settings - Fork 62
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
Closures in Closures don't work. #155
Comments
This has been reported before #72 |
96a9074 fixes it! |
So, they still don't work. But they don't work in a new way. |
Excellent! Made me lol. |
@baroquebobcat can you provide an updated test case? |
I've got some ideas, but I won't be able to get back poking at them until next weekend. Part of the problem is that I'm trying to do some crazy things. I think I have a partial solution, that fixes the simpler cases, but I'd like to dig in futher. |
The new typer has fixed this apparently. updated test at e5f1c7d |
wrote a test case
gets you
the problem is that while the parent of the method definition of the closure is reset to the closure class, the scope somehow is still the block and not the new class for the outer closure.
The text was updated successfully, but these errors were encountered: