Re: [PR] chore: remove duplicate words in comment [groovy]

2025-04-15 Thread via GitHub
paulk-asert merged PR #2196: URL: https://github.com/apache/groovy/pull/2196 -- 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: notifications-unsubscr...@g

Re: [PR] chore: remove duplicate words in comment [groovy]

2025-04-15 Thread via GitHub
paulk-asert commented on PR #2196: URL: https://github.com/apache/groovy/pull/2196#issuecomment-2808107196 Merged, thanks! -- 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. T

[PR] chore: remove duplicate words in comment [groovy]

2025-04-15 Thread via GitHub
dufucun opened a new pull request, #2196: URL: https://github.com/apache/groovy/pull/2196 remove duplicate words in comment -- 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.

[jira] [Created] (GROOVY-11623) Default values for array members in annotations

2025-04-15 Thread Saravanan (Jira)
Saravanan created GROOVY-11623: -- Summary: Default values for array members in annotations Key: GROOVY-11623 URL: https://issues.apache.org/jira/browse/GROOVY-11623 Project: Groovy Issue Type: Bu

Re: [PR] Gradle 8.14 RC1 [groovy]

2025-04-15 Thread via GitHub
paulk-asert commented on PR #2195: URL: https://github.com/apache/groovy/pull/2195#issuecomment-2807674495 I am -0 for this change just now. I think it is good (so great to have this branch) to test that we can move to 8.14 when it comes out but I'd prefer to wait until we are on the final

[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass

2025-04-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944685#comment-17944685 ] ASF GitHub Bot commented on GROOVY-11613: - daniellansun commented on PR #2189:

Re: [PR] GROOVY-10904, GROOVY-11618: reference to inner class property method [groovy]

2025-04-15 Thread via GitHub
eric-milles merged PR #2190: URL: https://github.com/apache/groovy/pull/2190 -- 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: notifications-unsubscr...@g

[jira] [Created] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic

2025-04-15 Thread Per Nyfelt (Jira)
Per Nyfelt created GROOVY-11621: --- Summary: Assigning null to a List or Map using bracket notation does not work with @CompileStatic Key: GROOVY-11621 URL: https://issues.apache.org/jira/browse/GROOVY-11621

Re: [PR] GROOVY-11613: inner class of interface with default methods is static [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2189: URL: https://github.com/apache/groovy/pull/2189#issuecomment-2804783264 LGTM -- 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 unsubscr

[jira] [Resolved] (GROOVY-11618) Method reference not found for record fields

2025-04-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11618. -- Fix Version/s: 4.0.27 Resolution: Fixed > Method reference not found for record fields

[jira] [Updated] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type to be added explicitly

2025-04-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11615: - Language: groovy > Groovy has trouble type inferencing for Collections. The offender is > Coll

[jira] [Resolved] (GROOVY-11607) Nested in Ant task is not handled nicely

2025-04-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11607. -- Fix Version/s: 5.0.0-alpha-13 Resolution: Fixed > Nested in Ant task is not handled

[jira] [Resolved] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass

2025-04-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11613. -- Fix Version/s: 4.0.27 Resolution: Fixed > Cannot call on outerclass's default method i

Re: [PR] Gradle 8.14 RC1 [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2195: URL: https://github.com/apache/groovy/pull/2195#issuecomment-2805693066 +1 -- 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 unsubscrib

Re: [PR] Gradle 8.14 RC1 [groovy]

2025-04-15 Thread via GitHub
codecov-commenter commented on PR #2195: URL: https://github.com/apache/groovy/pull/2195#issuecomment-2805473391 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2195?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[jira] [Updated] (GROOVY-10904) STC doesn't find property accessor on nested class

2025-04-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10904: - Fix Version/s: 4.0.27 > STC doesn't find property accessor on nested class > --

Re: [PR] GROOVY-11607: `groovyc`: `fileset` lists files [groovy]

2025-04-15 Thread via GitHub
eric-milles merged PR #2187: URL: https://github.com/apache/groovy/pull/2187 -- 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: notifications-unsubscr...@g

[jira] [Commented] (GROOVY-10904) STC doesn't find property accessor on nested class

2025-04-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944706#comment-17944706 ] ASF GitHub Bot commented on GROOVY-10904: - eric-milles merged PR #2190: URL: ht

[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass

2025-04-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944701#comment-17944701 ] ASF GitHub Bot commented on GROOVY-11613: - eric-milles merged PR #2189: URL: ht

[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified

2025-04-15 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944705#comment-17944705 ] Paul King commented on GROOVY-11614: We can extend the current functionality (elide

Re: [PR] GROOVY-11613: inner class of interface with default methods is static [groovy]

2025-04-15 Thread via GitHub
eric-milles merged PR #2189: URL: https://github.com/apache/groovy/pull/2189 -- 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: notifications-unsubscr...@g

Re: [PR] GROOVY-10904, GROOVY-11618: reference to inner class property method [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2190: URL: https://github.com/apache/groovy/pull/2190#issuecomment-2804792888 LGTM -- 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 unsubscr

[jira] [Assigned] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic

2025-04-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11621: Assignee: Eric Milles > Assigning null to a List or Map using bracket notation does not

[jira] [Commented] (GROOVY-10904) STC doesn't find property accessor on nested class

2025-04-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944690#comment-17944690 ] ASF GitHub Bot commented on GROOVY-10904: - daniellansun commented on PR #2190:

Re: [PR] GROOVY-11607: `groovyc`: `fileset` lists files [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2187: URL: https://github.com/apache/groovy/pull/2187#issuecomment-2804787579 +1 -- 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 unsubscrib

Re: [PR] use src/test/groovy instead of src/test [groovy]

2025-04-15 Thread via GitHub
codecov-commenter commented on PR #2194: URL: https://github.com/apache/groovy/pull/2194#issuecomment-2804164723 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2194?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[jira] [Commented] (GROOVY-11611) Calls to the outer class's super from an inner class does not work

2025-04-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944683#comment-17944683 ] ASF GitHub Bot commented on GROOVY-11611: - daniellansun commented on PR #2192:

Re: [PR] GROOVY-11611: outer class super method invocation [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2192: URL: https://github.com/apache/groovy/pull/2192#issuecomment-2804769157 LGTM -- 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 unsubscr

Re: [PR] use src/test/groovy instead of src/test [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2194: URL: https://github.com/apache/groovy/pull/2194#issuecomment-2804754579 Merged. Thanks. -- 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.

Re: [PR] use src/test/groovy instead of src/test [groovy]

2025-04-15 Thread via GitHub
daniellansun merged PR #2194: URL: https://github.com/apache/groovy/pull/2194 -- 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: notifications-unsubscr...@

Re: [PR] use src/test/groovy instead of src/test [groovy]

2025-04-15 Thread via GitHub
daniellansun commented on PR #2194: URL: https://github.com/apache/groovy/pull/2194#issuecomment-2804667623 +1 -- 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 unsubscrib