[jira] [Created] (GROOVY-11703) Failed to access `this` of interface

2025-06-21 Thread Daniel Sun (Jira)
Daniel Sun created GROOVY-11703: --- Summary: Failed to access `this` of interface Key: GROOVY-11703 URL: https://issues.apache.org/jira/browse/GROOVY-11703 Project: Groovy Issue Type: Bug Aff

[jira] [Updated] (GROOVY-11703) Failed to access `this` of interface

2025-06-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-11703: Component/s: Static Type Checker > Failed to access `this` of interface > ---

Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]

2025-06-21 Thread via GitHub
daniellansun commented on PR #2156: URL: https://github.com/apache/groovy/pull/2156#issuecomment-2993623522 As most users like the improvement, I'll merge the PR soon. https://lists.apache.org/thread/pm35433ghyglk03dmlvn3z4o72qd7ynf -- This is an automated message from the A

[jira] [Resolved] (GROOVY-11513) java.time.* should be imported automatically

2025-06-21 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-11513. - Fix Version/s: 5.0.0-beta-2 Resolution: Fixed > java.time.* should be imported automatic

Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]

2025-06-21 Thread via GitHub
daniellansun merged PR #2156: URL: https://github.com/apache/groovy/pull/2156 -- 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...@

Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]

2025-06-21 Thread via GitHub
Copilot commented on code in PR #2156: URL: https://github.com/apache/groovy/pull/2156#discussion_r2160059938 ## src/main/java/org/codehaus/groovy/control/ResolveVisitor.java: ## @@ -95,9 +95,9 @@ */ public class ResolveVisitor extends ClassCodeExpressionTransformer { //