[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-25 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16556847#comment-16556847 ] Paul King commented on GROOVY-8695: --- FYI, from what I can see (with albeit the simplist test as per

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-25 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16555625#comment-16555625 ] Lóránt Pintér commented on GROOVY-8695: --- [~paulk] Groovy 2.4.1 is a dependency of the Spock

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-25 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16555361#comment-16555361 ] Jochen Theodorou commented on GROOVY-8695: -- [~paulk] It should be fields too. > @Delegate does

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16555151#comment-16555151 ] Paul King commented on GROOVY-8695: --- [~lptr] If I grep the output using --debug and look for

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554860#comment-16554860 ] Paul King commented on GROOVY-8695: --- Just so I am clear, when you say "partial" do you mean partially

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554780#comment-16554780 ] Jochen Theodorou commented on GROOVY-8695: -- LinkedHashMap helps only if the insertion order is

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554649#comment-16554649 ] Paul King commented on GROOVY-8695: --- Cedric's last changes were to make sure ClassNode used

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554455#comment-16554455 ] Jochen Theodorou commented on GROOVY-8695: -- Without actually having had a look at the code I

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554416#comment-16554416 ] Lóránt Pintér commented on GROOVY-8695: --- >From the {{javap}} output it looks like the order of

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554405#comment-16554405 ] Lóránt Pintér commented on GROOVY-8695: --- I've attached

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-24 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554402#comment-16554402 ] Lóránt Pintér commented on GROOVY-8695: --- I tried to run this with a Gradle 4.10 nightly that uses

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-11 Thread Luke Daley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539732#comment-16539732 ] Luke Daley commented on GROOVY-8695: Yes to both. > @Delegate does not compile deterministically >

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-11 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539710#comment-16539710 ] Paul King commented on GROOVY-8695: --- Yes, I observe the same thing. How are the two classes compiled?

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-11 Thread Luke Daley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539699#comment-16539699 ] Luke Daley commented on GROOVY-8695: Diff of javap output says it's the order of the methods brought

[jira] [Commented] (GROOVY-8695) @Delegate does not compile deterministically

2018-07-11 Thread Luke Daley (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539695#comment-16539695 ] Luke Daley commented on GROOVY-8695: Two class files attached. > @Delegate does not compile