NPE Call Chain Location & Groovy4 NV Macros: NV* -> SV* Issues

2021-09-24 Thread MG
I have created issues for both of my recent posts: NPE: Pinpoint Exact Location in Call Chain: https://issues.apache.org/jira/browse/GROOVY-10258 Groovy4 NV Macros: Rename NV* -> SV*: https://issues.apache.org/jira/browse/GROOVY-10259 Cheers, mg

Groovy 4 NV* Macros: NV -> SV

2021-09-24 Thread MG
Hi, I propose to change the "stringify variable" macro names in Groovy 4 from NV/NVI/NVD to SV/SVI/SVD Rationale: I just saw in the Groovy 4 release notes (https://groovy-lang.org/releasenotes/groovy-4.0.html) that a variety of the "Named Variable" macros (which I have been using extensively i

Re: [DISCUSS] Some potential additional system properties/CompilerConfiguration flags for Groovy 4

2021-09-24 Thread MG
What I meant by "actual sealed classes" is two things, both currently hypothetical, both related to least surprise: 1. Sealed classes that also worked as expected when you use them through a Java framework combined with Groovy (evidently not possible for JDK < 17). 2. Whether Groovy @Seale