[jira] [Comment Edited] (GROOVY-8295) Groovyc ant task can overflow Windows command line if classpath is large

2017-12-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285063#comment-16285063 ] Paul King edited comment on GROOVY-8295 at 12/10/17 3:31 AM: - I ended up not

[jira] [Resolved] (GROOVY-8295) Groovyc ant task can overflow Windows command line if classpath is large

2017-12-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8295. --- Resolution: Fixed Fix Version/s: (was: 2.4.13) 2.4.14 I ended up not

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-12-09 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285010#comment-16285010 ] mgroovy commented on GROOVY-8385: - The generated code for entity.@hurtResistantTime = 0 is: {code}

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-12-09 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285008#comment-16285008 ] mgroovy commented on GROOVY-8385: - @[~blackdrag] (dev mailing list reply): Trying to access the field

[jira] [Created] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2017-12-09 Thread Shon Vella (JIRA)
Shon Vella created GROOVY-8409: -- Summary: Static compilation with generic function wrapping BiFunction causes GroovyCastException Key: GROOVY-8409 URL: https://issues.apache.org/jira/browse/GROOVY-8409

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2017-12-09 Thread mgroovy (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16284807#comment-16284807 ] mgroovy commented on GROOVY-8385: - @[~paulk]: Finally had some time to look at this again. Here is an