I tried some scripts in groovyConsole and groovySh, they all works well. BTW, I like the `list` aggregation function for GINQ very much :-)
```groovy def result = GQ { from n in [1, 2, 3, 4, 5] groupby n % 2 select list(n) as ln } println result ``` +1 (binding) Cheers, Daniel Sun On 2023/08/19 03:18:08 Paul King wrote: > Dear development community, > > I am happy to start the VOTE thread for a Groovy 4.0.14 release! > > This release includes 15 bug fixes/improvements as outlined in the > changelog: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12353386 > > Tag: > https://gitbox.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_4_0_14 > Tag commit id: 034b8f90052752c978c5454cc3b17b163c68ffec > > The artifacts to be voted on are located as follows (r63509). > Source release: https://dist.apache.org/repos/dist/dev/groovy/4.0.14/sources > Convenience binaries: > https://dist.apache.org/repos/dist/dev/groovy/4.0.14/distribution > > Release artifacts are signed with a key from the following file: > https://dist.apache.org/repos/dist/release/groovy/KEYS > > Please vote on releasing this package as Apache Groovy 4.0.14. > > Reminder on ASF release approval requirements for PMC members: > http://www.apache.org/legal/release-policy.html#release-approval > Hints on validating checksums/signatures (but replace md5sum with > sha256sum): > https://www.apache.org/info/verification.html > > The vote is open for the next 72 hours and passes if a majority of at least > three +1 PMC votes are cast. > > [ ] +1 Release Apache Groovy 4.0.14 > [ ] 0 I don't have a strong opinion about this, but I assume it's ok > [ ] -1 Do not release Apache Groovy 4.0.14 because... > > Here is my vote: > > +1 (binding) >