Re: [PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.0 to 5.2.1 [groovy]

2023-10-18 Thread via GitHub
Goooler merged PR #1971: URL: https://github.com/apache/groovy/pull/1971 -- 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...@groov

[PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.0 to 5.2.1 [groovy]

2023-10-18 Thread via GitHub
dependabot[bot] opened a new pull request, #1971: URL: https://github.com/apache/groovy/pull/1971 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.2.0 to 5.2.1. Release notes Sourced from https://github.com/spotbugs

[jira] [Resolved] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11198. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed https://github.com/apache/groovy/commit

[jira] [Resolved] (GROOVY-11199) inner class cannot set property of enclosing class that has a getter without a setter

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11199. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed https://github.com/apache/groovy/commit

[jira] [Commented] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776896#comment-17776896 ] ASF GitHub Bot commented on GROOVY-11192: - eric-milles commented on PR #1970: U

Re: [PR] GROOVY-11192: Diamond inference should work on subclasses with less generic parameters [groovy]

2023-10-18 Thread via GitHub
eric-milles commented on PR #1970: URL: https://github.com/apache/groovy/pull/1970#issuecomment-1769290243 Generics is a very tricky area of the compiler. The diamond inference may assume that the target type's generics exactly correspond to the constructor type's generics. I don't think

[jira] [Assigned] (GROOVY-11199) inner class cannot set property of enclosing class that has a getter without a setter

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11199: Assignee: Eric Milles > inner class cannot set property of enclosing class that has a ge

Re: [PR] GROOVY-11192: Diamond inference should work on subclasses with less generic parameters [groovy]

2023-10-18 Thread via GitHub
blackdrag commented on PR #1970: URL: https://github.com/apache/groovy/pull/1970#issuecomment-1769267973 could you please add a test case: interface A { } class B implements A{ } A a = new B<>() oh yes.. usi

[jira] [Commented] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776891#comment-17776891 ] ASF GitHub Bot commented on GROOVY-11192: - blackdrag commented on PR #1970: URL

[jira] [Created] (GROOVY-11199) inner class cannot set property of enclosing class that has a getter without a setter

2023-10-18 Thread Jason Garrett (Jira)
Jason Garrett created GROOVY-11199: -- Summary: inner class cannot set property of enclosing class that has a getter without a setter Key: GROOVY-11199 URL: https://issues.apache.org/jira/browse/GROOVY-11199

[jira] [Commented] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776801#comment-17776801 ] ASF GitHub Bot commented on GROOVY-11192: - yuhengfdada opened a new pull reques

[jira] [Commented] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776777#comment-17776777 ] Eric Milles commented on GROOVY-11198: -- Static context dispatch was missed in GROO

[jira] [Assigned] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11198: Assignee: Eric Milles > access to public static variable forbidden in enum > ---

[jira] [Comment Edited] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776743#comment-17776743 ] Eric Milles edited comment on GROOVY-11198 at 10/18/23 3:49 PM: -

[jira] [Comment Edited] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776743#comment-17776743 ] Eric Milles edited comment on GROOVY-11198 at 10/18/23 3:43 PM: -

[jira] [Comment Edited] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776743#comment-17776743 ] Eric Milles edited comment on GROOVY-11198 at 10/18/23 3:36 PM: -

[jira] [Commented] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776743#comment-17776743 ] Eric Milles commented on GROOVY-11198: -- There may be an initialization order issue

[jira] [Updated] (GROOVY-11196) ambiguous method error for tap on null receiver

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11196: - Fix Version/s: 3.0.20 > ambiguous method error for tap on null receiver > -

[jira] [Updated] (GROOVY-11196) ambiguous method error for tap on null receiver

2023-10-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11196: - Fix Version/s: 4.0.16 > ambiguous method error for tap on null receiver > -

[jira] [Created] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-18 Thread Jason Garrett (Jira)
Jason Garrett created GROOVY-11198: -- Summary: access to public static variable forbidden in enum Key: GROOVY-11198 URL: https://issues.apache.org/jira/browse/GROOVY-11198 Project: Groovy Iss