Next release

2021-11-22 Thread Paul King
Hi folks, I'd like to progress our next Groovy 4 release. I hope to prepare 4.0.0-rc-1 towards the end of the week or over the coming weekend. Let me know if you have anything you are trying to get in before I hit the go button or if you see any problems we should solve first. Cheers, Paul.

Re: [EXT] Re: A feature request: comparing LocalDate and LocalDateTime using built-in operators.

2021-11-22 Thread Paul King
Hi, I think using an extension module is the way to go for your use case. I merged your proposed PR with the test which ensures that such an extension can be defined (as you'd know but for clarification to others). Some folks might prefer the call to "atStartOfDay" to be explicit. Some might have

Trouble building Groovy 3 jars

2021-11-22 Thread Peter Burka
I'm attempting to backport the changes required to fix GROOVY-10201 from the main branch to the GROOVY_3_0_X branch, but I'm hitting a weird problem. I'd like to first test that the changes work and hopefully submit a pull request to get them into 3.0.10. I've cherry-picked the changes and resolve