[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-17 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256932#comment-16256932 ] Paul King commented on GROOVY-8380: --- Yes, that was unclear for me too. My guess is that the BigInteger

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-15 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253522#comment-16253522 ] Jochen Theodorou commented on GROOVY-8380: -- The GRE for new Integer(wl & wl) is a bit strange to

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253005#comment-16253005 ] Paul King commented on GROOVY-8380: --- Right, that's correct. Please ignore the assignment example

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-14 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252863#comment-16252863 ] Jochen Theodorou commented on GROOVY-8380: -- Please bear in mind, that an assignment in dynamic

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252686#comment-16252686 ] Paul King commented on GROOVY-8380: --- That does look wrong but unrelated. It matches what this gives:

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-14 Thread Patric Bechtel (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252621#comment-16252621 ] Patric Bechtel commented on GROOVY-8380: How about {code}new Integer( 3 & (-1 ^ 3) ){code}? >

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252522#comment-16252522 ] Paul King commented on GROOVY-8380: --- It's not clear to me if this is a bug. Dynamic Groovy does not

[jira] [Commented] (GROOVY-8380) Regression in 2.4.13 (snapshot) 62615249161b233b1827d5950671d3a83007cd9f

2017-11-14 Thread Patric Bechtel (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251490#comment-16251490 ] Patric Bechtel commented on GROOVY-8380: The reason seems to be the fix for GROOVY-8325. >