Skip to content

Conversation

@aaronc
Copy link

@aaronc aaronc commented Dec 12, 2015

The current version of anonymous class definition wraps the function call in a call to Closure.run() which has a return type of void thus not allowing any return value from Idris to get returned by the Java method.

aaronc added 11 commits December 1, 2015 16:16
Previously the Closure.run() function was called which has a return type
of void, thus not allowing any return value to get through.
… and added support for Java Boolean <-> Idris Bool conversions.
… method size limit. Now let's hope we don't hit the method count limit (a simple fix would be to move all the APPLY and EVAL case fn's to inner classes - which maybe I should just go ahead and do while it's fresh).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant