[jira] [Commented] (GROOVY-9073) Support preview features in compiled classes

2019-04-08 Thread Keegan Witt (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812693#comment-16812693 ] Keegan Witt commented on GROOVY-9073: - PR: https://github.com/apache/groovy/pull/906 > Support

[GitHub] [groovy] keeganwitt opened a new pull request #906: GROOVY-9073: added compiler option to enable preview features (JEP 12)

2019-04-08 Thread GitBox
keeganwitt opened a new pull request #906: GROOVY-9073: added compiler option to enable preview features (JEP 12) URL: https://github.com/apache/groovy/pull/906 This is an automated message from the Apache Git Service. To

[jira] [Commented] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812683#comment-16812683 ] Jochen Theodorou commented on GROOVY-9064: -- [~emilles] I agree in that the situation is quite

[jira] [Commented] (GROOVY-9069) assignment in map by named index causes casting error

2019-04-08 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812541#comment-16812541 ] Eric Milles commented on GROOVY-9069: - Should {{Map> configs = [:]}} be {{Map> configs = [:]}}

[jira] [Commented] (GROOVY-9069) assignment in map by named index causes casting error

2019-04-08 Thread Ryan Vanderwerf (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812479#comment-16812479 ] Ryan Vanderwerf commented on GROOVY-9069: - ok I'll make a standalone example soon that replicats

[jira] [Comment Edited] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812477#comment-16812477 ] Eric Milles edited comment on GROOVY-9064 at 4/8/19 2:40 PM: - Flow typing

[jira] [Comment Edited] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812477#comment-16812477 ] Eric Milles edited comment on GROOVY-9064 at 4/8/19 2:40 PM: - Flow typing

[jira] [Commented] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812477#comment-16812477 ] Eric Milles commented on GROOVY-9064: - Flow typing combined with generics has been a major source of

[jira] [Commented] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812470#comment-16812470 ] Eric Milles commented on GROOVY-9064: - I perfectly understand flow typing applying to dynamic

[GitHub] [groovy] danielsun1106 closed pull request #882: GROOVY-9008: Support native method reference and constructor reference (basic cases)

2019-04-08 Thread GitBox
danielsun1106 closed pull request #882: GROOVY-9008: Support native method reference and constructor reference (basic cases) URL: https://github.com/apache/groovy/pull/882 This is an automated message from the Apache Git

[GitHub] [groovy] danielsun1106 commented on issue #882: GROOVY-9008: Support native method reference and constructor reference (basic cases)

2019-04-08 Thread GitBox
danielsun1106 commented on issue #882: GROOVY-9008: Support native method reference and constructor reference (basic cases) URL: https://github.com/apache/groovy/pull/882#issuecomment-480821826 Thanks, Paul  This is an

[GitHub] [groovy] paulk-asert commented on issue #882: GROOVY-9008: Support native method reference and constructor reference (basic cases)

2019-04-08 Thread GitBox
paulk-asert commented on issue #882: GROOVY-9008: Support native method reference and constructor reference (basic cases) URL: https://github.com/apache/groovy/pull/882#issuecomment-480820963 +1, I have squashed a few of the commits but mostly left them as is. I'll merge now. I have added

[jira] [Commented] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812361#comment-16812361 ] Paul King commented on GROOVY-9064: --- The line not failing: {code} List rows = getSomeRows() {code} is

[jira] [Commented] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812178#comment-16812178 ] Mauro Molinari commented on GROOVY-9064: It's also quite confusing that this variation does not

[jira] [Comment Edited] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812172#comment-16812172 ] Mauro Molinari edited comment on GROOVY-9064 at 4/8/19 7:15 AM: Making

[jira] [Commented] (GROOVY-9064) STC: explicit declared variable type ignored in favor of assigned value type(s)

2019-04-08 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812172#comment-16812172 ] Mauro Molinari commented on GROOVY-9064: Making the compilation fail at: {code:java} List rows =