[jira] [Commented] (GROOVY-8376) Add @DelegatesTo to SwingBuilder methods that call setDelegate

2017-11-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246642#comment-16246642 ] Eric Milles commented on GROOVY-8376: - And {{edtBuilder}}, which calls {{edt}} in turn. > Add

[jira] [Created] (GROOVY-8376) Add @DelegatesTo to SwingBuilder methods that call setDelegate

2017-11-09 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8376: --- Summary: Add @DelegatesTo to SwingBuilder methods that call setDelegate Key: GROOVY-8376 URL: https://issues.apache.org/jira/browse/GROOVY-8376 Project: Groovy

[jira] [Updated] (GROOVY-8375) Closure resolve strategy DELEGATE_FIRST and DELEGATE_ONLY behave oddly when delegate is set

2017-11-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8375: Description: The sample below outputs "value" as is. When {{cl.resolveStrategy =

[jira] [Created] (GROOVY-8375) Closure resolve strategy DELEGATE_FIRST and DELEGATE_ONLY behave oddly when delegate is set

2017-11-09 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8375: --- Summary: Closure resolve strategy DELEGATE_FIRST and DELEGATE_ONLY behave oddly when delegate is set Key: GROOVY-8375 URL: https://issues.apache.org/jira/browse/GROOVY-8375

[GitHub] groovy pull request #631: Android: Remove Invoke Dynamic Call

2017-11-09 Thread AndrewReitz
Github user AndrewReitz commented on a diff in the pull request: https://github.com/apache/groovy/pull/631#discussion_r149974307 --- Diff: gradle/assemble.gradle --- @@ -247,6 +247,7 @@ allprojects { if (isRootProject) {

[jira] [Comment Edited] (GROOVY-7956) Allow @DelegatesTo on named arguments

2017-11-09 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865747#comment-15865747 ] Daniil Ovchinnikov edited comment on GROOVY-7956 at 11/9/17 12:32 PM:

[jira] [Commented] (GROOVY-7315) CompileStatic/TypeChecked cannot create non-static nested inner class using named-arg short-hand syntax

2017-11-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245529#comment-16245529 ] Paul King commented on GROOVY-7315: --- Workaround: {code} Y makeY() { //new Y(a:1) def y = new

[jira] [Updated] (GROOVY-7315) CompileStatic/TypeChecked cannot create non-static nested inner class using named-arg short-hand syntax

2017-11-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7315: -- Summary: CompileStatic/TypeChecked cannot create non-static nested inner class using named-arg