Hi Daniel,
my 2-cents. I recently tried Groovy 2.5 for the first time (was on 2.4
before) to write a CLI program and I had a lot of problems with strange
exceptions which seem more to be related to Groovy code parsing rather
than with compiling or runtime. It was really a hit-and-miss, I had to
fill my code with @CompileDynamic methods on @CompileStatic classes to
avoid exceptions.
This is the bug I opened, because it's easily reproducible by following
a published tutorial: GROOVY-8975. It can even be reproduced with
dynamic Groovy, but it's easier with static Groovy..
Thanks,
Mauro
Il 15/02/19 19:31, Daniel.Sun ha scritto:
Hi all,
There are many issues in the JIRA[1], some of them have been fixed
already but not closed yet. You know, reading so many issues one by one is
not efficient way, so I wonder which issue you MOST want to fix(the issue
can be a bug or new feature)? Pls provide us the related JIRA ticket ID,
e.g. GROOVY-8409.
For me, the issue I most want to fix is GROOVY-8409: Static
compilation with generic function wrapping BiFunction causes
GroovyCastException[2]
Cheers,
Daniel.Sun
[1] https://issues.apache.org/jira/projects/GROOVY/
[2] https://issues.apache.org/jira/browse/GROOVY-8409