[jira] [Commented] (GROOVY-9676) getParameterMetaData calls result in extra network roundtrip per row

2020-08-06 Thread Mike_M (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172931#comment-17172931 ] Mike_M commented on GROOVY-9676: [~paulk]thanks for the rapid response. Unfortunately, m

[jira] [Commented] (GROOVY-9676) getParameterMetaData calls result in extra network roundtrip per row

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172905#comment-17172905 ] Paul King commented on GROOVY-9676: --- That looks like a comprehensive analysis. We'll t

[jira] [Created] (GROOVY-9676) getParameterMetaData calls result in extra network roundtrip per row

2020-08-06 Thread Mike_M (Jira)
Mike_M created GROOVY-9676: -- Summary: getParameterMetaData calls result in extra network roundtrip per row Key: GROOVY-9676 URL: https://issues.apache.org/jira/browse/GROOVY-9676 Project: Groovy Is

[GitHub] [groovy] paulk-asert commented on pull request #1342: GROOVY-9675: There should be a mechanism to disable individual macro …

2020-08-06 Thread GitBox
paulk-asert commented on pull request #1342: URL: https://github.com/apache/groovy/pull/1342#issuecomment-670311104 Since checking individual methods could have a performance impact, I have used a single system property to turn on the disabling feature. E.g. ``` -Dgroovy.macro.disable

[GitHub] [groovy] paulk-asert opened a new pull request #1342: GROOVY-9675: There should be a mechanism to disable individual macro …

2020-08-06 Thread GitBox
paulk-asert opened a new pull request #1342: URL: https://github.com/apache/groovy/pull/1342 …methods & extension methods This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Updated] (GROOVY-9675) There should be a mechanism to disable individual macro methods & extension methods

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9675: -- Description: The idea would be to use system properties, e.g.: {code:java} -Dgroovy.macro.disable.foo=

[jira] [Updated] (GROOVY-9675) There should be a mechanism to disable individual macro methods & extension methods

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9675: -- Summary: There should be a mechanism to disable individual macro methods & extension methods (was: Th

[jira] [Updated] (GROOVY-9675) There should be a mechanism to disable individual macro methods

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9675: -- Description: The idea would be to use system properties, e.g.: {code:java} -Dgroovy.macro.disable.foo=

[jira] [Comment Edited] (GROOVY-9674) Compilation error, when compiling code with excess parantheses

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172761#comment-17172761 ] Paul King edited comment on GROOVY-9674 at 8/7/20, 1:28 AM:

[GitHub] [groovy] moonfruit commented on pull request #1339: Support useAs for @NamedVariant

2020-08-06 Thread GitBox
moonfruit commented on pull request #1339: URL: https://github.com/apache/groovy/pull/1339#issuecomment-670269846 Seems fine to me, @eric-milles. This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Commented] (GROOVY-9674) Compilation error, when compiling code with excess parantheses

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172761#comment-17172761 ] Paul King commented on GROOVY-9674: --- I noticed this myself just 30 mins ago. It thinks

[jira] [Created] (GROOVY-9675) There should be a mechanism to disable individual macro methods

2020-08-06 Thread Paul King (Jira)
Paul King created GROOVY-9675: - Summary: There should be a mechanism to disable individual macro methods Key: GROOVY-9675 URL: https://issues.apache.org/jira/browse/GROOVY-9675 Project: Groovy I

[GitHub] [groovy] eric-milles opened a new pull request #1341: GROOVY-9256: process closure expressions for Trait.super.name transforms

2020-08-06 Thread GitBox
eric-milles opened a new pull request #1341: URL: https://github.com/apache/groovy/pull/1341 https://issues.apache.org/jira/browse/GROOVY-9256 This is an automated message from the Apache Git Service. To respond to the messag

[jira] [Assigned] (GROOVY-9256) trait qualified-super expressions fail when inside closure

2020-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9256: --- Assignee: Eric Milles > trait qualified-super expressions fail when inside closure > --

[jira] [Updated] (GROOVY-9674) Compilation error, when compiling code with excess parantheses

2020-08-06 Thread Olaf Krische (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olaf Krische updated GROOVY-9674: - Description: I have two formulas, and both are equivalent (to me at least). String formula1 = "

[jira] [Created] (GROOVY-9674) Compilation error, when compiling code with excess parantheses

2020-08-06 Thread Olaf Krische (Jira)
Olaf Krische created GROOVY-9674: Summary: Compilation error, when compiling code with excess parantheses Key: GROOVY-9674 URL: https://issues.apache.org/jira/browse/GROOVY-9674 Project: Groovy

[jira] [Resolved] (GROOVY-9665) Regression in 3.0.5 for accessing static constants in closures

2020-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-9665. - Resolution: Not A Bug Closure property resolution is working as intended. Reference to property

[jira] [Commented] (GROOVY-9672) trait conflict resolution not available for static methods

2020-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172467#comment-17172467 ] Eric Milles commented on GROOVY-9672: - This also includes static property read and w

[GitHub] [groovy] eric-milles opened a new pull request #1340: GROOVY-9255: transform "TraitType.super.name" to getName()/isName() call

2020-08-06 Thread GitBox
eric-milles opened a new pull request #1340: URL: https://github.com/apache/groovy/pull/1340 "TraitType.super.name = ..." was already handled; binary expression is transformed before subbing "TraitType$Helper.setName(this, ...)", so be careful not to transform LHS (assign target) to access

[GitHub] [groovy] eric-milles commented on pull request #1339: Support useAs for @NamedVariant

2020-08-06 Thread GitBox
eric-milles commented on pull request #1339: URL: https://github.com/apache/groovy/pull/1339#issuecomment-669940506 Rename "useAs" to "coerce"? This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Commented] (GROOVY-7232) Delegation inconsistent between methods and properties in nested closures

2020-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172381#comment-17172381 ] Eric Milles commented on GROOVY-7232: - This should bring method resolution in line w

[jira] [Comment Edited] (GROOVY-7232) Delegation inconsistent between methods and properties in nested closures

2020-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172381#comment-17172381 ] Eric Milles edited comment on GROOVY-7232 at 8/6/20, 1:51 PM:

[jira] [Closed] (GROOVY-9425) InheritConstructors: child class use property value from base class in constructor despite have the same property

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-9425. - Resolution: Information Provided I'll close for now but please re-open if not clear. > InheritConstruct

[jira] [Commented] (GROOVY-9425) InheritConstructors: child class use property value from base class in constructor despite have the same property

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172223#comment-17172223 ] Paul King commented on GROOVY-9425: --- I am not really sure what you are after. Perhaps

[jira] [Comment Edited] (GROOVY-8847) TryCatchStatement - adding constructor with List parameter

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172116#comment-17172116 ] Paul King edited comment on GROOVY-8847 at 8/6/20, 10:01 AM: -

[GitHub] [groovy] moonfruit opened a new pull request #1339: Support useAs for @NamedVariant

2020-08-06 Thread GitBox
moonfruit opened a new pull request #1339: URL: https://github.com/apache/groovy/pull/1339 Support `useAs` for `@NamedVariant` For example: ```groovy @NamedVariant void run(int number) { println(number) } ``` If we called this method with ```gro

[jira] [Commented] (GROOVY-8847) TryCatchStatement - adding constructor with List parameter

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172116#comment-17172116 ] Paul King commented on GROOVY-8847: --- There are some helper methods in GeneralUtils now

[jira] [Resolved] (GROOVY-9671) Absorb GContracts project into Groovy project

2020-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-9671. --- Resolution: Fixed Proposed PR merged. > Absorb GContracts project into Groovy project > ---