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

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574283#comment-17574283 ] Eric Milles edited comment on GROOVY-10714 at 1/16/24 3:04 AM: --

Re: [PR] GROOVY-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-15 Thread via GitHub
moste00 commented on PR #2027: URL: https://github.com/apache/groovy/pull/2027#issuecomment-1892793869 > Merged, thanks! I have just been working on another Groovydoc change, so it won't be too hard for me to add a test. Hello again, thanks very much! Very sorry for not adding

[jira] [Commented] (GROOVY-9464) GroovyDoc: List inherited properties

2024-01-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806973#comment-17806973 ] ASF GitHub Bot commented on GROOVY-9464: moste00 commented on PR #2027: URL: htt

[jira] [Resolved] (GROOVY-11121) unexpected error when having overloaded methods, one of which receiving an Iterable

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

[jira] [Commented] (GROOVY-8096) setScriptBaseClass with Java base class breaks @Field initialization from Binding due to generated call to wrong constructor

2024-01-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806880#comment-17806880 ] ASF GitHub Bot commented on GROOVY-8096: eric-milles closed pull request #502: G

Re: [PR] GROOVY-8096 setScriptBaseClass with Java class breaks @Field Binding init due to call to super() instead of super(Binding) [groovy]

2024-01-15 Thread via GitHub
eric-milles closed pull request #502: GROOVY-8096 setScriptBaseClass with Java class breaks @Field Binding init due to call to super() instead of super(Binding) URL: https://github.com/apache/groovy/pull/502 -- This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Updated] (GROOVY-11254) Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before the type class is set

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11254: - Language: groovy > Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before

[jira] [Updated] (GROOVY-11254) Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before the type class is set

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11254: - Component/s: (was: Static Type Checker) > Compiler crash: ClassNode#getTypeClass for Tempo

[jira] [Updated] (GROOVY-11121) unexpected error when having overloaded methods, one of which receiving an Iterable

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11121: - Language: groovy > unexpected error when having overloaded methods, one of which receiving an

[jira] [Updated] (GROOVY-11254) Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before the type class is set

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11254: - Priority: Major (was: Minor) > Compiler crash: ClassNode#getTypeClass for TemporalAccessor ca

[jira] [Updated] (GROOVY-11254) Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before the type class is set

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11254: - Fix Version/s: 3.0.21 > Compiler crash: ClassNode#getTypeClass for TemporalAccessor called bef

[jira] [Assigned] (GROOVY-11121) unexpected error when having overloaded methods, one of which receiving an Iterable

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11121: Assignee: Eric Milles > unexpected error when having overloaded methods, one of which re

[jira] (GROOVY-11121) unexpected error when having overloaded methods, one of which receiving an Iterable

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11121 ] Eric Milles deleted comment on GROOVY-11121: -- was (Author: emilles): Without a fix for GROOVY-10714 and GROOVY-11010 there is no disambiguation by parameter count. If they are resolved, t

[jira] [Updated] (GROOVY-11254) Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before the type class is set

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11254: - Fix Version/s: 4.0.18 > Compiler crash: ClassNode#getTypeClass for TemporalAccessor called bef

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

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

[jira] [Resolved] (GROOVY-11254) Compiler crash: ClassNode#getTypeClass for TemporalAccessor called before the type class is set

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

[jira] [Commented] (GROOVY-9239) Java compatibility: consider supporting method reference with generics

2024-01-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806817#comment-17806817 ] Eric Milles commented on GROOVY-9239: - https://github.com/apache/groovy/commit/d8726

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

2024-01-15 Thread Jochen Theodorou (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806751#comment-17806751 ] Jochen Theodorou commented on GROOVY-11229: --- [~emilles][~daniel_sun] The de-s

[jira] [Comment Edited] (GROOVY-11269) GroovyClassDoc has empty 'enumConstants' when call method GroovyDocParser.getClassDocsFromSingleSource(...)

2024-01-15 Thread Dmitry (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806731#comment-17806731 ] Dmitry edited comment on GROOVY-11269 at 1/15/24 10:31 AM: --- [

[jira] [Comment Edited] (GROOVY-11269) GroovyClassDoc has empty 'enumConstants' when call method GroovyDocParser.getClassDocsFromSingleSource(...)

2024-01-15 Thread Dmitry (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806731#comment-17806731 ] Dmitry edited comment on GROOVY-11269 at 1/15/24 10:30 AM: --- [

[jira] [Commented] (GROOVY-11269) GroovyClassDoc has empty 'enumConstants' when call method GroovyDocParser.getClassDocsFromSingleSource(...)

2024-01-15 Thread Dmitry (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806731#comment-17806731 ] Dmitry commented on GROOVY-11269: - [~paulk]  I tried to use old old parser (set the {{

[jira] [Comment Edited] (GROOVY-11269) GroovyClassDoc has empty 'enumConstants' when call method GroovyDocParser.getClassDocsFromSingleSource(...)

2024-01-15 Thread Dmitry (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806731#comment-17806731 ] Dmitry edited comment on GROOVY-11269 at 1/15/24 10:30 AM: --- [

[jira] [Commented] (GROOVY-11269) GroovyClassDoc has empty 'enumConstants' when call method GroovyDocParser.getClassDocsFromSingleSource(...)

2024-01-15 Thread Dmitry (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806724#comment-17806724 ] Dmitry commented on GROOVY-11269: - [~paulk] hi, 1) we can't use latest groovy snapshot