Re: [VOTE] Release Apache Groovy 4.0.18

2024-01-15 Thread Guillaume Laforge
+1 (binding) Le mar. 16 janv. 2024, 04:26, Paul King a écrit : > Dear development community, > > I am happy to start the VOTE thread for a Groovy 4.0.18 release! > > This release includes 16 bug fixes/improvements as outlined in the > changelog: > > https://issues.apache.org/jira/secure/ReleaseN

[VOTE] Release Apache Groovy 4.0.18

2024-01-15 Thread Paul King
Dear development community, I am happy to start the VOTE thread for a Groovy 4.0.18 release! This release includes 16 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12354066 Tag: https://gitbox.apache.org/re

Re: Closure Class Files Recreation

2024-01-15 Thread o...@ocs.cz
Jochen, > On 15. 1. 2024, at 10:35, Jochen Theodorou wrote: > If the goal is to give Groovyc a source file and let it compile that, > but write only certain files... well that is something that could be > worked out. Well I don't know. Theoretically, it would be nice if the compiler wrote only

Re: Closure Class Files Recreation

2024-01-15 Thread Jochen Theodorou
If the goal is to give Groovyc a source file and let it compile that, but write only certain files... well that is something that could be worked out. This is not really incremental compilation like we may know it from eclipse-java though. bye Jochen On 14.01.24 21:43, OCsite wrote: MG, I migh