[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-06 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17152101#comment-17152101 ] Gildas Morvan commented on GROOVY-9611: --- [~paulk] Yes the bug is fixed with 3.0.5-SNAPSHOT. Thank

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17152095#comment-17152095 ] Paul King commented on GROOVY-9611: --- https://groovy.apache.org/download.html look under Maven

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-06 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17152085#comment-17152085 ] Gildas Morvan commented on GROOVY-9611: --- [~paulk] Where can I find 3.0.5-SNAPSHOT? > Reflexive

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-06 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17151930#comment-17151930 ] Gildas Morvan commented on GROOVY-9611: --- [~paulk] Thank you I'll try that asap.  > Reflexive

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17151926#comment-17151926 ] Paul King commented on GROOVY-9611: --- [~PVffR7dEbZuA!#G] There are changes already committed in

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-06 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17151908#comment-17151908 ] Gildas Morvan commented on GROOVY-9611: --- [~paulk] I am not sure to understand your last comment?

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149286#comment-17149286 ] Paul King commented on GROOVY-9611: --- Fixing the AIC visibility gets rid of the

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149283#comment-17149283 ] Paul King commented on GROOVY-9611: --- But the main culprit seems to be that anonymous inner classes

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149229#comment-17149229 ] Paul King commented on GROOVY-9611: --- The this$0 field in bytecode looks suspicious: {noformat} 2.5.x:

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Jochen Theodorou (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149217#comment-17149217 ] Jochen Theodorou commented on GROOVY-9611: -- That is an interesting issue. The class causing the

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149215#comment-17149215 ] Gildas Morvan commented on GROOVY-9611: --- I continue to investigate. This is really strange. With

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149189#comment-17149189 ] Gildas Morvan commented on GROOVY-9611: --- The example I provided intended to mimic my own code. See

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-07-01 Thread Gildas Morvan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149174#comment-17149174 ] Gildas Morvan commented on GROOVY-9611: --- Hi Daniel,    I just added a zip file with a simple

[jira] [Commented] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3

2020-06-30 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17149097#comment-17149097 ] Daniel Sun commented on GROOVY-9611: We wish you could provide a simple runnable script to reproduce