[GitHub] [groovy] paulk-asert commented on pull request #1309: GROOVY-9637: Improve the performance of GString

2020-07-17 Thread GitBox
paulk-asert commented on pull request #1309: URL: https://github.com/apache/groovy/pull/1309#issuecomment-66043 I still wonder whether some folks might make use of current GString mutability in scenarios like templating. I wonder whether just applying the optimisations when

[jira] [Comment Edited] (GROOVY-9618) Property reference resolves to field, not getter when property name is single upper-case letter

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160325#comment-17160325 ] Paul King edited comment on GROOVY-9618 at 7/18/20, 4:09 AM: - Proposed

[jira] [Updated] (GROOVY-9618) Property reference resolves to field, not getter when property name is single upper-case letter

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9618: -- Labels: breaking (was: ) > Property reference resolves to field, not getter when property name is

[jira] [Comment Edited] (GROOVY-9618) Property reference resolves to field, not getter when property name is single upper-case letter

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160325#comment-17160325 ] Paul King edited comment on GROOVY-9618 at 7/18/20, 4:00 AM: - Proposed

[jira] [Resolved] (GROOVY-9618) Property reference resolves to field, not getter when property name is single upper-case letter

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-9618. --- Fix Version/s: 3.0.5 4.0.0-alpha-1 Assignee: Paul King (was: Eric

[jira] [Resolved] (GROOVY-9645) Inconsistencies in JavaBean naming for property access

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-9645. --- Fix Version/s: 3.0.5 4.0.0-alpha-1 Resolution: Fixed Proposed PR#1316

[GitHub] [groovy] asfgit merged pull request #1316: GROOVY-9645: Inconsistencies in JavaBean naming for property access

2020-07-17 Thread GitBox
asfgit merged pull request #1316: URL: https://github.com/apache/groovy/pull/1316 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Commented] (GROOVY-9472) Static import causes unresolved reference to become resolved

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160211#comment-17160211 ] Eric Milles commented on GROOVY-9472: - It is this block in {{ResolveVisitor}} that adds type

[jira] [Commented] (GROOVY-9472) Static import causes unresolved reference to become resolved

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160209#comment-17160209 ] Eric Milles commented on GROOVY-9472: - Is "import static a.B.C" supposed to work for type C nested

[jira] [Updated] (GROOVY-8715) Cannot resolve array of inner class from type in same package (no import)

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8715: Summary: Cannot resolve array of inner class from type in same package (no import) (was: Cannot

[GitHub] [groovy] eric-milles opened a new pull request #1317: GROOVY-8715: check array in ResolveVisitor.resolveToInner

2020-07-17 Thread GitBox
eric-milles opened a new pull request #1317: URL: https://github.com/apache/groovy/pull/1317 `ResolveVisitor#resolveToOuterNested` probably has the same issue with array types. I just did not want to break it down to understand what kind of test case to create.

[jira] [Assigned] (GROOVY-8715) Cannot Resolve Arrays of Inner Class

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-8715: --- Assignee: Eric Milles > Cannot Resolve Arrays of Inner Class >

[jira] [Commented] (GROOVY-9617) map.put(key,value) and map[key] = value differ is key is a GString

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160059#comment-17160059 ] Eric Milles commented on GROOVY-9617: - If you want the same behavior in the short term, you can cast

[jira] [Commented] (GROOVY-9617) map.put(key,value) and map[key] = value differ is key is a GString

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160056#comment-17160056 ] Eric Milles commented on GROOVY-9617: - The subscript operation {{map[key]}} has 2 potential

[jira] [Commented] (GROOVY-9618) Property reference resolves to field, not getter when property name is single upper-case letter

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17159877#comment-17159877 ] Paul King commented on GROOVY-9618: --- The second commit in

[jira] [Created] (GROOVY-9646) Using Closure (Groovy Construction like []) triggers loading of all FileSystemProviders

2020-07-17 Thread Andrew Malyhin (Jira)
Andrew Malyhin created GROOVY-9646: -- Summary: Using Closure (Groovy Construction like []) triggers loading of all FileSystemProviders Key: GROOVY-9646 URL: https://issues.apache.org/jira/browse/GROOVY-9646

[GitHub] [groovy] paulk-asert opened a new pull request #1316: GROOVY-9645: Inconsistencies in JavaBean naming for property access

2020-07-17 Thread GitBox
paulk-asert opened a new pull request #1316: URL: https://github.com/apache/groovy/pull/1316 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[jira] [Commented] (GROOVY-9618) Property reference resolves to field, not getter when property name is single upper-case letter

2020-07-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17159753#comment-17159753 ] Paul King commented on GROOVY-9618: --- I created a separate issue to address the inconsistencies with

[jira] [Created] (GROOVY-9645) Inconsistencies in JavaBean naming for property access

2020-07-17 Thread Paul King (Jira)
Paul King created GROOVY-9645: - Summary: Inconsistencies in JavaBean naming for property access Key: GROOVY-9645 URL: https://issues.apache.org/jira/browse/GROOVY-9645 Project: Groovy Issue