[GitHub] [groovy] danielsun1106 commented on pull request #1619: GROOVY-10233: Sealed classes should generate native class information…

2021-09-14 Thread GitBox
danielsun1106 commented on pull request #1619: URL: https://github.com/apache/groovy/pull/1619#issuecomment-919606342 +1 -- 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.

[jira] [Commented] (GROOVY-10229) Question mark in the attribute for a class name

2021-09-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414983#comment-17414983 ] Eric Milles commented on GROOVY-10229: -- {quote}This will also be backported to Groovy 3.x,

[jira] [Commented] (GROOVY-8385) CompileStatic: Improved method call/property access Java compatibility for Minecraft Forge obfuscation support

2021-09-14 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414941#comment-17414941 ] mgroovy commented on GROOVY-8385: - I talked to my son, and he has started porting the Minecraft project

[GitHub] [groovy] danielsun1106 closed pull request #1618: GROOVY-10216: Avoid unnecessary security checks for each invocation

2021-09-14 Thread GitBox
danielsun1106 closed pull request #1618: URL: https://github.com/apache/groovy/pull/1618 -- 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:

[GitHub] [groovy] paulk-asert opened a new pull request #1619: GROOVY-10233: Sealed classes should generate native class information…

2021-09-14 Thread GitBox
paulk-asert opened a new pull request #1619: URL: https://github.com/apache/groovy/pull/1619 … for JDK17+ -- 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,

[jira] [Commented] (GROOVY-10224) No owner type of `ParameterizedType` of Java could be represented in `ClassNode`

2021-09-14 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414904#comment-17414904 ] Daniel Sun commented on GROOVY-10224: - It let me recall the issue GROOVY-8409. I am very glad it

[jira] [Commented] (GROOVY-10154) Bump asm to 9.2

2021-09-14 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414891#comment-17414891 ] Daniel Sun commented on GROOVY-10154: - You're welcome ;-) > Bump asm to 9.2 > --- > >

[jira] [Created] (GROOVY-10233) Sealed classes should generate native class information for JDK17+

2021-09-14 Thread Paul King (Jira)
Paul King created GROOVY-10233: -- Summary: Sealed classes should generate native class information for JDK17+ Key: GROOVY-10233 URL: https://issues.apache.org/jira/browse/GROOVY-10233 Project: Groovy

[jira] [Updated] (GROOVY-10219) Closure type for local var is inferred, but unavailable to Closure's contents

2021-09-14 Thread Svatopluk Dedic (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Svatopluk Dedic updated GROOVY-10219: - Priority: Minor (was: Major) > Closure type for local var is inferred, but

[jira] [Commented] (GROOVY-10229) Question mark in the attribute for a class name

2021-09-14 Thread Boris Petrov (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17414757#comment-17414757 ] Boris Petrov commented on GROOVY-10229: --- Thank you for fixing the issue! This will also be