Re: Groovy 4 parser bug?

2022-09-09 Thread o...@ocs.cz
Daniel, > On 9. 9. 2022, at 1:30, Daniel Sun wrote: > Add a space between ? and [ > p ? [0] : [1] Well thanks, but that really helps with new code only. On the other hand, with the existing codebase it is a royal PITA. Can't do that automatically, for I am afraid no regexp could reliably disti

[RESULT][VOTE] Release Apache Groovy 4.0.5

2022-09-09 Thread Paul King
The vote has passed with four +1 PMC votes and no other votes. I'll proceed with the next steps. Cheers, Paul. On Tue, Sep 6, 2022 at 11:23 PM Paul King wrote: > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 4.0.5 release! > > This release includes 56 bug fi

Re: Groovy 4 parser bug?

2022-09-09 Thread o...@ocs.cz
P.S. Just in case someone else has the same problem — as I am playing with that, preliminarily it looks like the solution for a big codebase might be an ASTT which would list the positions of all the real safe indices; this ASTT would be run under Groovy 3 and its output would be then used with

[ANNOUNCE] Apache Groovy 4.0.5 Released

2022-09-09 Thread Paul King
Dear community, The Apache Groovy team is pleased to announce version 4.0.5 of Apache Groovy. Apache Groovy is a multi-faceted programming language for the JVM. Further details can be found at the https://groovy.apache.org website. This release is a maintenance release of the GROOVY_4_0_X branch.