[jira] [Commented] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Philip Markus (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697262#comment-17697262 ] Philip Markus commented on GROOVY-10962: Thank you for the feedback. Sadly, I

[jira] [Resolved] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Ingo Wilms (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ingo Wilms resolved GROOVY-10964. - Resolution: Not A Problem > List.minus() slow for Numbers > - > >

[jira] [Commented] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Ingo Wilms (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697248#comment-17697248 ] Ingo Wilms commented on GROOVY-10964: - Ah, that was the reason, now I get it. Thank

[jira] [Commented] (GROOVY-10955) @Builder doesn't work on records

2023-03-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697231#comment-17697231 ] ASF GitHub Bot commented on GROOVY-10955: - paulk-asert merged PR #1868: URL: ht

[GitHub] [groovy] paulk-asert merged pull request #1868: GROOVY-10955: @Builder doesn't work on records

2023-03-06 Thread via GitHub
paulk-asert merged PR #1868: URL: https://github.com/apache/groovy/pull/1868 -- 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] [Comment Edited] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697226#comment-17697226 ] Paul King edited comment on GROOVY-10964 at 3/7/23 4:56 AM:

[jira] [Comment Edited] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697226#comment-17697226 ] Paul King edited comment on GROOVY-10964 at 3/7/23 4:55 AM:

[jira] [Commented] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697226#comment-17697226 ] Paul King commented on GROOVY-10964: It all boils down to supporting "numeric equal

[jira] [Updated] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-10964: --- Description: In List.minus() is a n*LOG\(n) version for comparable objects. Only for numbers, ther

[jira] [Created] (GROOVY-10964) List.minus() slow for Numbers

2023-03-06 Thread Ingo Wilms (Jira)
Ingo Wilms created GROOVY-10964: --- Summary: List.minus() slow for Numbers Key: GROOVY-10964 URL: https://issues.apache.org/jira/browse/GROOVY-10964 Project: Groovy Issue Type: Question

[jira] [Comment Edited] (GROOVY-9852) Result is already complete (IllegalStateException)

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247380#comment-17247380 ] Eric Milles edited comment on GROOVY-9852 at 3/6/23 11:34 PM:

[jira] [Commented] (GROOVY-9881) STC can't distinguish SAMs based on arity

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697177#comment-17697177 ] Eric Milles commented on GROOVY-9881: - https://github.com/apache/groovy/commit/2ccf3

[jira] [Commented] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697173#comment-17697173 ] Eric Milles commented on GROOVY-10963: -- I will fix the exception which comes in th

[jira] [Commented] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Christopher Smith (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697168#comment-17697168 ] Christopher Smith commented on GROOVY-10963: > Yes, I know a lambda is not

[jira] [Comment Edited] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697161#comment-17697161 ] Eric Milles edited comment on GROOVY-10963 at 3/6/23 11:01 PM: --

[jira] [Commented] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697166#comment-17697166 ] Eric Milles commented on GROOVY-10963: -- I think these two checks would need to com

[jira] [Comment Edited] (GROOVY-10963) AIOOBE with Java lambda syntax

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

[jira] [Updated] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10962: - Fix Version/s: 4.0.10 > Instance "isser" prevents resolving of static "getter" > --

[jira] [Comment Edited] (GROOVY-10963) AIOOBE with Java lambda syntax

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

[jira] [Commented] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697161#comment-17697161 ] Eric Milles commented on GROOVY-10963: -- You can help method selection with a typec

[jira] [Resolved] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-10962. -- Resolution: Fixed https://github.com/apache/groovy/commit/f699f3a26692d1679b79d0b63a905c2eed9

[jira] [Commented] (GROOVY-10937) record + lombok + groovy == Cannot specify duplicate annotation on the same member : lombok.NonNull

2023-03-06 Thread Marcin Zajaczkowski (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697139#comment-17697139 ] Marcin Zajaczkowski commented on GROOVY-10937: -- Thanks [~emilles] . I've j

[jira] [Comment Edited] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

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

[jira] [Comment Edited] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697085#comment-17697085 ] Eric Milles edited comment on GROOVY-10962 at 3/6/23 6:30 PM: ---

[jira] [Commented] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697085#comment-17697085 ] Eric Milles commented on GROOVY-10962: -- I have not checked, but I'm guessing the i

[jira] [Assigned] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10963: Assignee: Eric Milles > AIOOBE with Java lambda syntax > --

[jira] [Updated] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10962: - Component/s: groovy-runtime > Instance "isser" prevents resolving of static "getter" >

[jira] [Commented] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697081#comment-17697081 ] Eric Milles commented on GROOVY-10962: -- Just a quick note, the static method is in

[jira] [Updated] (GROOVY-10329) import static star: add support for static callable property

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10329: - Fix Version/s: 3.0.16 > import static star: add support for static callable property >

[jira] [Updated] (GROOVY-7490) CompileStatic confuses statically importing an instance and statically importing a method

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-7490: Fix Version/s: 3.0.16 > CompileStatic confuses statically importing an instance and statically >

[jira] [Created] (GROOVY-10963) AIOOBE with Java lambda syntax

2023-03-06 Thread Christopher Smith (Jira)
Christopher Smith created GROOVY-10963: -- Summary: AIOOBE with Java lambda syntax Key: GROOVY-10963 URL: https://issues.apache.org/jira/browse/GROOVY-10963 Project: Groovy Issue Type: Bug

[jira] (GROOVY-7490) CompileStatic confuses statically importing an instance and statically importing a method

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7490 ] Eric Milles deleted comment on GROOVY-7490: - was (Author: emilles): See also GROOVY-5881 and GROOVY-6324 > CompileStatic confuses statically importing an instance and statically > importing

[jira] [Assigned] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10962: Assignee: Eric Milles > Instance "isser" prevents resolving of static "getter" > ---

[jira] [Created] (GROOVY-10962) Instance "isser" prevents resolving of static "getter"

2023-03-06 Thread Philip Markus (Jira)
Philip Markus created GROOVY-10962: -- Summary: Instance "isser" prevents resolving of static "getter" Key: GROOVY-10962 URL: https://issues.apache.org/jira/browse/GROOVY-10962 Project: Groovy

[jira] [Created] (GROOVY-10961) STC rejects program when having SAM types and conditionals

2023-03-06 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10961: -- Summary: STC rejects program when having SAM types and conditionals Key: GROOVY-10961 URL: https://issues.apache.org/jira/browse/GROOVY-10961 Proje

[jira] [Resolved] (GROOVY-10958) Confusing error message from GroovyScriptEngine

2023-03-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-10958. Fix Version/s: 4.0.10 Resolution: Fixed It is a trivially breaking change in that code whi

[jira] [Assigned] (GROOVY-10958) Confusing error message from GroovyScriptEngine

2023-03-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-10958: -- Assignee: Paul King > Confusing error message from GroovyScriptEngine >