RE: [DISCUSS] Geb code donation to the Groovy project/ASF

2024-10-16 Thread Jonathan Carter
Thanks, Paul. Just to introduce myself to the folks on the list, Jonny Carter here! I'm taking over as one of the maintainers of Geb, alongside Adam Pounder and Sergio del Amo. We're enthusiastic about path 3. If anyone has any questions or suggestions about how to bring the project under ASF inf

Re: Congrats to Søren and Jonny

2024-11-13 Thread Jonathan Carter
Thanks for the warm welcome, everyone. It felt pretty cool seeing my name on that Apache Contributors page. Best, Jonny On Tue, Nov 12, 2024, 12:42 PM MG wrote: > Groovy, man... G-) > Cheers, > mg > > On 12/11/2024 12:36, Paul King wrote: > > Hi folks, > > > > We'd like to welcome Søren Glas

Instrumenting JFR on the Groovy Compiler

2025-02-11 Thread Jonathan Carter
My team and I are trying to instrument JFR to monitor some of the deeper activity of Groovy compilation in an app which runs Groovy Scripts. We're trying to get a picture of what's going on when users have certain hard-to-reproduce performance problems. We setup a subclass of GroovyClassLoader tha

Re: [EXT] Re: Using `var` as method return type placeholder

2024-11-21 Thread Jonathan Carter
The Oracle docs on var are helpful, here. Specifically, this part: var can be used for the following types of variables: - Local variable declarations with initializers: - Enhanced for-loop ind

Re: Instrumenting JFR on the Groovy Compiler

2025-02-14 Thread Jonathan Carter
events into Java Flight Recorder? Thanks, Jonny On Fri, Feb 14, 2025 at 4:05 AM Jochen Theodorou wrote: > > > On 2/11/25 23:13, Jonathan Carter wrote: > > My team and I are trying to instrument JFR to monitor some of the deeper > > activity of Groovy compilation in an a

Re: [VOTE][LAZY] Redirect gebish.org to groovy.apache.org/geb

2025-02-26 Thread Jonathan Carter
I mean, obviously I'm +1 on this, since I opened the ticket. :) On Wed, Feb 26, 2025 at 3:02 PM Paul King wrote: > Just adding my +1 (not that it is needed for a lazy vote) > > On Mon, Feb 24, 2025 at 11:38 AM Paul King wrote: > > > > Hi folks, > > > > It was discussed informally that as part o

Re: Static Type Checker Changes for Closure Parameters in 4.0.19 onward

2025-07-02 Thread Jonathan Carter
Been debugging on this a bit. I've not yet been able to get a script that reproduces the problem outside of my application. However, I think I've tracked down the source of the problem and I'm *pretty* sure it's a bug? org.codehaus.groovy.transform.stc.StaticTypeCheckingVisitor#getTemporaryTypesFo

Re: [EXT] Re: [VOTE] Release Apache Groovy 4.0.28 (Take 2)

2025-07-22 Thread Jonathan Carter
Agreed. Only just saw your PR . Looks like the test case should cover the same ground, so I'd prefer backporting that as well. On Tue, Jul 22, 2025 at 2:51 PM Milles, Eric (TR Technology) via dev < dev@groovy.apache.org> wrote: > If 4.0.28 is not to be