[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread A. Lepe (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412259#comment-17412259 ] A. Lepe commented on GROOVY-10166: -- I tried to change the type parameter: {code:java} class Table

[jira] [Assigned] (GROOVY-10217) Type inference does not work with GDK class enhancements

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10217: Assignee: Eric Milles > Type inference does not work with GDK class enhancements >

[jira] [Resolved] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-10166. -- Fix Version/s: 4.0.0-beta-2 Resolution: Fixed > Cannot call T#method(arg) with

[GitHub] [groovy] eric-milles commented on pull request #1618: GROOVY-10216: Avoid unnecessary security checks for each invocation

2021-09-08 Thread GitBox
eric-milles commented on pull request #1618: URL: https://github.com/apache/groovy/pull/1618#issuecomment-915489224 So if `isAccessible()` returns true, you still should be calling `setAccessible(true)`? What are the security checks that are tried for an accessible object? Do you have

[jira] [Comment Edited] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411997#comment-17411997 ] Eric Milles edited comment on GROOVY-10166 at 9/8/21, 6:30 PM: --- Both STC

[jira] [Comment Edited] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411997#comment-17411997 ] Eric Milles edited comment on GROOVY-10166 at 9/8/21, 5:58 PM: --- Both STC

[jira] [Commented] (GROOVY-10178) @CompileStatic and @NullCheck make compiler fail

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412102#comment-17412102 ] Eric Milles commented on GROOVY-10178: -- You can also test through the gradle build using your test

[jira] [Updated] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10166: - Affects Version/s: (was: 3.0.8) 2.5.15

[jira] [Updated] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10166: - Component/s: Static Type Checker > Cannot call T#method(arg) with arguments >

[jira] [Updated] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10166: - Labels: compile-error static (was: compile-error compilestatic) > Cannot call T#method(arg)

[jira] [Updated] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10166: - Labels: compile-error (was: compile-error static) > Cannot call T#method(arg) with arguments

[jira] [Created] (GROOVY-10218) BUG! exception in phase 'instruction selection' when non-existent method called

2021-09-08 Thread Ian (Jira)
Ian created GROOVY-10218: Summary: BUG! exception in phase 'instruction selection' when non-existent method called Key: GROOVY-10218 URL: https://issues.apache.org/jira/browse/GROOVY-10218 Project: Groovy

[jira] [Commented] (GROOVY-10178) @CompileStatic and @NullCheck make compiler fail

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412024#comment-17412024 ] Eric Milles commented on GROOVY-10178: -- Are you able to use debugger against compiler process? I

[jira] [Commented] (GROOVY-10217) Type inference does not work with GDK class enhancements

2021-09-08 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412010#comment-17412010 ] Cédric Champeau commented on GROOVY-10217: -- Interestingly, using v.get(0) or v.getAt(0) works,

[jira] [Updated] (GROOVY-10217) Type inference does not work with GDK class enhancements

2021-09-08 Thread Svatopluk Dedic (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Svatopluk Dedic updated GROOVY-10217: - Component/s: Static Type Checker Affects Version/s: 3.0.8

[jira] [Created] (GROOVY-10217) Type inference does not work with GDK class enhancements

2021-09-08 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created GROOVY-10217: Summary: Type inference does not work with GDK class enhancements Key: GROOVY-10217 URL: https://issues.apache.org/jira/browse/GROOVY-10217 Project: Groovy

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411997#comment-17411997 ] Eric Milles commented on GROOVY-10166: -- Both STC errors are reproduced in this smaller example

[jira] [Commented] (GROOVY-10178) @CompileStatic and @NullCheck make compiler fail

2021-09-08 Thread Mauro Ciancio (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411995#comment-17411995 ] Mauro Ciancio commented on GROOVY-10178: Hi [~emilles]. I can help you testing the solution, so

[jira] [Commented] (GROOVY-7271) @CompileStatic type inference regression: [Static type checking] - Cannot find matching method java.lang.Object#plus(java.lang.String). Please check if the declared ty

2021-09-08 Thread Svatopluk Dedic (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411987#comment-17411987 ] Svatopluk Dedic commented on GROOVY-7271: - Question: the explanation in docs is sound for

[jira] [Commented] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411978#comment-17411978 ] Eric Milles commented on GROOVY-10166: -- You can work around the type confusion in the compiler by

[jira] [Assigned] (GROOVY-10166) Cannot call T#method(arg) with arguments

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10166: Assignee: Eric Milles > Cannot call T#method(arg) with arguments >

[jira] [Assigned] (GROOVY-10177) TupleConstructor misses super properties in different compilation unit

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10177: Assignee: Eric Milles > TupleConstructor misses super properties in different

[jira] [Assigned] (GROOVY-10178) @CompileStatic and @NullCheck make compiler fail

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10178: Assignee: Eric Milles > @CompileStatic and @NullCheck make compiler fail >

[jira] [Assigned] (GROOVY-10184) NPE in SecureASTCustomizer with indirectImportCheckEnabled

2021-09-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10184: Assignee: Eric Milles > NPE in SecureASTCustomizer with indirectImportCheckEnabled >

[jira] [Closed] (GROOVY-10207) Improve the performance of method invocation with MethodHandle

2021-09-08 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun closed GROOVY-10207. --- Fix Version/s: (was: 4.x) Resolution: Won't Fix Most of Groovy4 bytecodes consist of

[jira] [Commented] (GROOVY-10213) Unable to build Groovy 2.5.8 from sources.

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411895#comment-17411895 ] Paul King commented on GROOVY-10213: As I mentioned earlier, perhaps one of the {{installGroovy}}

[jira] [Commented] (GROOVY-10213) Unable to build Groovy 2.5.8 from sources.

2021-09-08 Thread Eakterina Ivanova (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411854#comment-17411854 ] Eakterina Ivanova commented on GROOVY-10213: I don't need javadoc at all. The only thing I

[jira] [Commented] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Phang Khar Yeow (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411803#comment-17411803 ] Phang Khar Yeow commented on GROOVY-10215: -- Thanks for the quick response. I've the same

[GitHub] [groovy] phang98 commented on pull request #1616: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
phang98 commented on pull request #1616: URL: https://github.com/apache/groovy/pull/1616#issuecomment-915046416 Great thanks for the quick response. -- 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

[jira] [Commented] (GROOVY-10214) Update from Groovy 3.0.8 to 3.0.9 breaks category class

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411742#comment-17411742 ] Paul King commented on GROOVY-10214: Do you have a reproducer? I tried using the above class and

[jira] [Comment Edited] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411737#comment-17411737 ] Paul King edited comment on GROOVY-10215 at 9/8/21, 7:19 AM: - Proposed PR

[jira] [Comment Edited] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411737#comment-17411737 ] Paul King edited comment on GROOVY-10215 at 9/8/21, 7:19 AM: - Proposed PR

[jira] [Comment Edited] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411737#comment-17411737 ] Paul King edited comment on GROOVY-10215 at 9/8/21, 7:18 AM: - Proposed PR

[jira] [Created] (GROOVY-10216) Avoid unnecessary security checks for each invocation

2021-09-08 Thread Daniel Sun (Jira)
Daniel Sun created GROOVY-10216: --- Summary: Avoid unnecessary security checks for each invocation Key: GROOVY-10216 URL: https://issues.apache.org/jira/browse/GROOVY-10216 Project: Groovy Issue

[jira] [Comment Edited] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411737#comment-17411737 ] Paul King edited comment on GROOVY-10215 at 9/8/21, 7:16 AM: - Proposed PR

[jira] [Resolved] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-10215. Fix Version/s: 2.5.16 Assignee: Paul King Resolution: Fixed Proposed PR merged.

[GitHub] [groovy] paulk-asert closed pull request #1616: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
paulk-asert closed pull request #1616: URL: https://github.com/apache/groovy/pull/1616 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [groovy] paulk-asert commented on pull request #1616: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
paulk-asert commented on pull request #1616: URL: https://github.com/apache/groovy/pull/1616#issuecomment-914981854 Merged onto the GROOVY_2_5_X branch - Thanks! We wouldn't merge on to the GROOVY_2_4_X branch. Groovy 2.4.x has a minimum JDK of 6 whereas Ivy 2.5.0 requires minimum 7.

[GitHub] [groovy] paulk-asert closed pull request #1617: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
paulk-asert closed pull request #1617: URL: https://github.com/apache/groovy/pull/1617 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [groovy] paulk-asert commented on pull request #1617: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
paulk-asert commented on pull request #1617: URL: https://github.com/apache/groovy/pull/1617#issuecomment-914980916 I merged your other PR onto the GROOVY_2_5_X, so we can close this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (GROOVY-10215) Ivy library threadsafe bug cause dependency resolve failed

2021-09-08 Thread Phang Khar Yeow (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17411733#comment-17411733 ] Phang Khar Yeow commented on GROOVY-10215: -- raise PR, GROOVY_2_4_X:

[GitHub] [groovy] phang98 opened a new pull request #1617: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
phang98 opened a new pull request #1617: URL: https://github.com/apache/groovy/pull/1617 Fix issue in GROOVY-10215 by upgrade the Ivy version to 2.5.0. -- 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

[GitHub] [groovy] phang98 opened a new pull request #1616: GROOVY-10215: upgrade Ivy to 2.5.0

2021-09-08 Thread GitBox
phang98 opened a new pull request #1616: URL: https://github.com/apache/groovy/pull/1616 Fix issue in GROOVY-10215 by upgrade the Ivy version to 2.5.0. -- 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