[jira] [Commented] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809266#comment-17809266 ] Alexander Kriegisch commented on GROOVY-11293: -- I am attaching [^groovy-1

[jira] [Updated] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Kriegisch updated GROOVY-11293: - Attachment: groovy-11293-reproducer.zip > Error "BUG! At this point argument ar

[jira] [Comment Edited] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809239#comment-17809239 ] Alexander Kriegisch edited comment on GROOVY-11293 at 1/22/24 4:36 AM: --

[jira] [Comment Edited] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809239#comment-17809239 ] Alexander Kriegisch edited comment on GROOVY-11293 at 1/22/24 4:36 AM: --

[jira] [Commented] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809239#comment-17809239 ] Alexander Kriegisch commented on GROOVY-11293: -- Just to be sure, you did c

[jira] [Commented] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809237#comment-17809237 ] Alexander Kriegisch commented on GROOVY-11293: -- "Works well" meaning "repr

[jira] [Commented] (GROOVY-11292) Class without sealed parent cannot be non-sealed

2024-01-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809163#comment-17809163 ] ASF GitHub Bot commented on GROOVY-11292: - daniellansun commented on PR #2037:

Re: [PR] GROOVY-11292: Class without sealed parent cannot be non-sealed [groovy]

2024-01-21 Thread via GitHub
daniellansun commented on PR #2037: URL: https://github.com/apache/groovy/pull/2037#issuecomment-1902735259 > Could you add the Java 19+ build stuff separately? Sure. I just want to see if the fix works for Java 19+. > Is it possible to incorporate the non-sealed checking into isSea

[jira] [Commented] (GROOVY-11292) Class without sealed parent cannot be non-sealed

2024-01-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809154#comment-17809154 ] ASF GitHub Bot commented on GROOVY-11292: - eric-milles commented on PR #2037: U

Re: [PR] GROOVY-11292: Class without sealed parent cannot be non-sealed [groovy]

2024-01-21 Thread via GitHub
eric-milles commented on PR #2037: URL: https://github.com/apache/groovy/pull/2037#issuecomment-1902721131 Could you add the Java 19+ build stuff separately? Is it possible to incorporate the non-sealed checking into `isSealed()` and then you would be checking `!isSealed()` instead of

[jira] [Assigned] (GROOVY-11290) STC: multiple instanceof checks produce different results

2024-01-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11290: Assignee: Eric Milles > STC: multiple instanceof checks produce different results >

[jira] [Updated] (GROOVY-11292) Class without sealed parent cannot be non-sealed

2024-01-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-11292: Description: {code:java} A (java, sealed) ^ | B (java, non-sealed) ^ | C (groovy) {code} Error "c

[jira] [Updated] (GROOVY-11292) Class without sealed parent cannot be non-sealed

2024-01-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-11292: Description: {code:java} A (sealed) ^ | B (non-sealed) ^ | C (groovy) {code} Error "cannot be no

[jira] [Updated] (GROOVY-11292) Class without sealed parent cannot be non-sealed

2024-01-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-11292: Description: Java 19+ build fails because of "cannot be non-sealed as it has no sealed parent" e

[jira] [Updated] (GROOVY-11292) Class without sealed parent cannot be non-sealed

2024-01-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-11292: Description: "cannot be non-sealed as it has no sealed parent" is emitted by Groovy compiler and

[jira] [Comment Edited] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809103#comment-17809103 ] Daniel Sun edited comment on GROOVY-11293 at 1/21/24 11:52 AM: --

[jira] [Commented] (GROOVY-11293) Error "BUG! At this point argument array length and parameter array length should be the same"

2024-01-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809103#comment-17809103 ] Daniel Sun commented on GROOVY-11293: - The minimal reproducer works well on my loca