[jira] [Comment Edited] (GROOVY-8836) 'semantic analysis' fail

2018-10-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16644412#comment-16644412 ] Paul King edited comment on GROOVY-8836 at 10/10/18 3:55 AM: - This is due to

[jira] [Closed] (GROOVY-8836) 'semantic analysis' fail

2018-10-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-8836. - Resolution: Duplicate This is due to running the program on JDK11 as per the linked issue. Also, as a

[jira] [Commented] (GROOVY-8837) Invalid type inference for redefined generic boundaries

2018-10-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16644254#comment-16644254 ] Paul King commented on GROOVY-8837: --- Generics is definitely an area which needs more work but I was

[jira] [Comment Edited] (GROOVY-8837) Invalid type inference for redefined generic boundaries

2018-10-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16644254#comment-16644254 ] Paul King edited comment on GROOVY-8837 at 10/9/18 11:43 PM: - Generics is

[jira] [Created] (GROOVY-8837) Invalid type inference for redefined generic boundaries

2018-10-09 Thread Constantine Plotnikov (JIRA)
Constantine Plotnikov created GROOVY-8837: - Summary: Invalid type inference for redefined generic boundaries Key: GROOVY-8837 URL: https://issues.apache.org/jira/browse/GROOVY-8837 Project:

[jira] [Commented] (GROOVY-8727) JDK 11 Compilation Failure: ClassVisitor.visitNestMemberExperimental throws UnsupportedOperationException

2018-10-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643650#comment-16643650 ] Daniel Sun commented on GROOVY-8727: 2.6.0 is not maintained anymore for a long time. Please try

[jira] [Commented] (GROOVY-8727) JDK 11 Compilation Failure: ClassVisitor.visitNestMemberExperimental throws UnsupportedOperationException

2018-10-09 Thread Joshua Turner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643477#comment-16643477 ] Joshua Turner commented on GROOVY-8727: --- [~daniel_sun] – just pulled GROOVY_2_6_0_ALPHA_4, from

[jira] [Updated] (GROOVY-8836) 'semantic analysis' fail

2018-10-09 Thread Behruz (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Behruz updated GROOVY-8836: --- Description: in intellij: Tried running following script: {code:java} def arr = (0..10).toArray() def

[jira] [Updated] (GROOVY-8836) 'semantic analysis' fail

2018-10-09 Thread Behruz (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Behruz updated GROOVY-8836: --- Description: in intellij: Tried CTRL+SHIFT+F10'ing following script: {code:java} def arr =

[jira] [Created] (GROOVY-8836) 'semantic analysis' fail

2018-10-09 Thread Behruz (JIRA)
Behruz created GROOVY-8836: -- Summary: 'semantic analysis' fail Key: GROOVY-8836 URL: https://issues.apache.org/jira/browse/GROOVY-8836 Project: Groovy Issue Type: Bug Components:

[GitHub] groovy pull request #808: Documentation for @TailRecursive

2018-10-09 Thread JacobAae
GitHub user JacobAae opened a pull request: https://github.com/apache/groovy/pull/808 Documentation for @TailRecursive Added a test with an example and included it in the language documentation with some of the limitations of the annotation You can merge this pull request into a

[jira] [Created] (GROOVY-8835) AstNodeToScriptVisitor - no token needed for EmptyStatement initialization

2018-10-09 Thread Anton Pryamostanov (JIRA)
Anton Pryamostanov created GROOVY-8835: -- Summary: AstNodeToScriptVisitor - no token needed for EmptyStatement initialization Key: GROOVY-8835 URL: https://issues.apache.org/jira/browse/GROOVY-8835

[jira] [Commented] (GROOVY-8826) Captured loop variables have surprising and Java-incompatible behavior

2018-10-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643108#comment-16643108 ] Daniel Sun commented on GROOVY-8826: [~blackdrag] Thanks for your explanation in details. You are