[jira] [Created] (GROOVY-10687) JEP 181: replace bridge methods with nest-based access control

2022-07-13 Thread Eric Milles (Jira)
Eric Milles created GROOVY-10687: Summary: JEP 181: replace bridge methods with nest-based access control Key: GROOVY-10687 URL: https://issues.apache.org/jira/browse/GROOVY-10687 Project: Groovy

[jira] [Updated] (GROOVY-8643) Make for-in null safe for CompileStatic

2022-07-13 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8643: --- Fix Version/s: 4.0.4 > Make for-in null safe for CompileStatic >

[jira] [Comment Edited] (GROOVY-8863) Groovy compiler doesn't generate InnerClasses attribute for nested class names mentioned in the class file

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17566478#comment-17566478 ] Eric Milles edited comment on GROOVY-8863 at 7/13/22 7:57 PM: -- I think I

[jira] [Resolved] (GROOVY-8863) Groovy compiler doesn't generate InnerClasses attribute for nested class names mentioned in the class file

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-8863. - Fix Version/s: 5.0.0-alpha-1 Resolution: Fixed I think I hit most cases. Type of method

[jira] [Assigned] (GROOVY-8863) Groovy compiler doesn't generate InnerClasses attribute for nested class names mentioned in the class file

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-8863: --- Assignee: Eric Milles > Groovy compiler doesn't generate InnerClasses attribute for nested

[jira] [Comment Edited] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2022-07-13 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565201#comment-17565201 ] Daniel Sun edited comment on GROOVY-9159 at 7/13/22 7:13 PM: - FYI.

[jira] [Updated] (GROOVY-9842) Static inner class of a static inner class is missing inner class table attribute

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9842: Description: Missing inner class table entry is causing class resolution issues for older

[jira] [Comment Edited] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17566402#comment-17566402 ] Eric Milles edited comment on GROOVY-9596 at 7/13/22 4:37 PM: -- This script

[jira] [Resolved] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-9596. - Resolution: Fixed > Cannot access protected field of Java superclass with --illegal-access=deny

[jira] [Commented] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny

2022-07-13 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17566402#comment-17566402 ] Eric Milles commented on GROOVY-9596: - This script runs fine with Groovy 3.0.11/4.0.3, Java 17.0.2

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2022-07-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17566336#comment-17566336 ] ASF GitHub Bot commented on GROOVY-7971: eric-milles closed pull request #1269: GROOVY-7971: do

[GitHub] [groovy] eric-milles closed pull request #1269: GROOVY-7971: do not save instanceof types under logical or

2022-07-13 Thread GitBox
eric-milles closed pull request #1269: GROOVY-7971: do not save instanceof types under logical or URL: https://github.com/apache/groovy/pull/1269 -- 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

[GitHub] [groovy] yaccz commented on pull request #256: Tighten the filtering prefixes

2022-07-13 Thread GitBox
yaccz commented on PR #256: URL: https://github.com/apache/groovy/pull/256#issuecomment-1182847708 Hi. I have read the mailing list just now and while I can't comment on the solution since I only skimmed that due to not working with java anymore, I have to commend @paulk-asert 's analysis

[GitHub] [groovy] yaccz closed pull request #256: Tighten the filtering prefixes

2022-07-13 Thread GitBox
yaccz closed pull request #256: Tighten the filtering prefixes URL: https://github.com/apache/groovy/pull/256 -- 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] [Updated] (GROOVY-10681) Groovysh doesn't handle multiline strings with """ or ''' correctly

2022-07-13 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-10681: --- Fix Version/s: 3.0.12 > Groovysh doesn't handle multiline strings with """ or ''' correctly >