You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question referring to an old Codehaus mailing list thread (is there a new ML?) and to this ticket which I can find nowhere else:
Is invokedynamic supported now?
Background: We currently use invokedynamic support via indy from GMavenPlus and additionally use the Eclipse compiler from IntelliJ IDEA because it is much faster and less problematic with recompilation compared to the standard Groovy compiler. In order for it to be in sync with what we do in Maven I would like to know if indy is now supported by Greclipse. We might then also switch to the Greclipse compiler plugin in Maven.
The text was updated successfully, but these errors were encountered:
Hey. Unfortunately no. The groovy compiler is patched for inclusion in groovy-eclipse - patched to improve error reporting, have recoverable parsing, better incremental behaviour, etc. We had to pick which version to patch and picked the non-indy one. If the indy one were patched in the same way then it could be used. (Actually I might be using old information - back when I last looked at this they were separate jars: indy and non-indy. If it is all in one jar now then the patched groovy just needs to be brought up to the latest level and you could do it).
eric-milles
changed the title
Invokedynamic (indy) support
Feature Request: Invokedynamic (indy) support
Jun 14, 2017
eric-milles
changed the title
Feature Request: Invokedynamic (indy) support
Feature Request: Support for InvokeDynamic (indy)
Jun 14, 2017
I think you could use the indy version of groovy-all in your pom and pass the indy argument to the compiler plugin. Although I have not tried this myself.
Hi.
This is more of a question referring to an old Codehaus mailing list thread (is there a new ML?) and to this ticket which I can find nowhere else:
Is invokedynamic supported now?
Background: We currently use invokedynamic support via indy from GMavenPlus and additionally use the Eclipse compiler from IntelliJ IDEA because it is much faster and less problematic with recompilation compared to the standard Groovy compiler. In order for it to be in sync with what we do in Maven I would like to know if indy is now supported by Greclipse. We might then also switch to the Greclipse compiler plugin in Maven.
The text was updated successfully, but these errors were encountered: