[jira] [Commented] (GROOVY-11117) return first nested interface when GroovyClassLoader.parseClass parse interfaces with nested interfaces

2024-01-14 Thread Hai Shi (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806613#comment-17806613 ] Hai Shi commented on GROOVY-7: -- Get it. Thanks, Eric. > return first nested interface when

[jira] [Commented] (GROOVY-11046) Better diagnostic message instead of stacktrace?

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806589#comment-17806589 ] Eric Milles commented on GROOVY-11046: -- I managed to reduce the frequency of these errors. Since

[jira] [Comment Edited] (GROOVY-11159) ClassNode: separate type definition information

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17756010#comment-17756010 ] Eric Milles edited comment on GROOVY-11159 at 1/15/24 2:11 AM: --- Yes, I

[jira] [Updated] (GROOVY-10714) STC: Callable, Runnable, Serializable overload preference for functional argument (closure, lambda, etc.)

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10714: - Priority: Major (was: Minor) > STC: Callable, Runnable, Serializable overload preference for

[jira] [Comment Edited] (GROOVY-11010) Ambiguous method reference when expecting a SAM type

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806582#comment-17806582 ] Eric Milles edited comment on GROOVY-11010 at 1/15/24 1:59 AM: --- Replacing

[jira] [Commented] (GROOVY-11010) Ambiguous method reference when expecting a SAM type

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806582#comment-17806582 ] Eric Milles commented on GROOVY-11010: -- Replacing “Main::m” with “s -> Main.m(s)” should allow

[jira] [Commented] (GROOVY-11258) AssertJ collection mapping is badly supported

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806580#comment-17806580 ] Eric Milles commented on GROOVY-11258: -- Item 1 from above looks like this. It takes some one-time

[jira] (GROOVY-11258) AssertJ collection mapping is badly supported

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11258 ] Eric Milles deleted comment on GROOVY-11258: -- was (Author: emilles): Item 1 from above looks like this. It takes some one-time setup, but doesn't require any change in how you write

[jira] [Resolved] (GROOVY-11117) return first nested interface when GroovyClassLoader.parseClass parse interfaces with nested interfaces

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-7. -- Fix Version/s: 5.0.0-alpha-5 Resolution: Fixed

[jira] [Commented] (GROOVY-11117) return first nested interface when GroovyClassLoader.parseClass parse interfaces with nested interfaces

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806497#comment-17806497 ] Eric Milles commented on GROOVY-7: -- {{AstBuilder#visitClassDeclaration}} is doing this when it

[jira] [Assigned] (GROOVY-11117) return first nested interface when GroovyClassLoader.parseClass parse interfaces with nested interfaces

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-7: Assignee: Eric Milles > return first nested interface when GroovyClassLoader.parseClass

[jira] [Commented] (GROOVY-11229) Support pattern matching and destructure

2024-01-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806491#comment-17806491 ] Eric Milles commented on GROOVY-11229: -- I still think this should be chunked up into smaller