Can you give us more of the stack trace where Groovy is failing for
the "size==0" error?
I would in general expect very few changes needed between 3 and 4.
Groovy's built-in AST transforms had almost no changes.
Cheers, Paul.
On Sun, Apr 14, 2024 at 11:31 AM Adrien Guichard
wrote:
>
> Is there
Le dim. 14 avr. 2024 à 12:18, Paul King a écrit :
>
> Can you give us more of the stack trace where Groovy is failing for
> the "size==0" error?
java.lang.ArrayIndexOutOfBoundsException: size==0
at
org.codehaus.groovy.classgen.asm.OperandStack.ensureStackNotEmpty(OperandStack.java:279)
at org.co
Just a long shot, but have you checked if this error might be due to a
broken build or similar, i.e. class files being modified in parallel or
source files having been modified while the build process was running ?
We see "ArrayIndexOutOfBoundsException: size==0" exceptions from time to
time dur
Le dim. 14 avr. 2024 à 17:44, MG a écrit :
>
> Just a long shot, but have you checked if this error might be due to a
> broken build or similar, i.e. class files being modified in parallel or
> source files having been modified while the build process was running ?
I limit the number of spanning
Le dim. 14 avr. 2024 à 22:27, Adrien Guichard
a écrit :
>
> Le dim. 14 avr. 2024 à 17:44, MG a écrit :
> >
> > Just a long shot, but have you checked if this error might be due to a
> > broken build or similar, i.e. class files being modified in parallel or
> > source files having been modified w