Re: Talks for ApacheCon 2021 (Last week!)

2021-05-03 Thread Paul King
Hi folks, only a few hours to go. Looking forward to your submissions! On Tue, Apr 27, 2021 at 2:38 PM Paul King wrote: > > Hi folks, > > The Call for Presentations for ApacheCon @Home 2021 closes May 3rd: > https://www.apachecon.com/acah2021/cfp.html > > Apache Groovy has its own track and we a

Avoid null value casts in dynamic/@TypeChecked Groovy ?

2021-05-03 Thread MG
Hi everyone, I recently switched some classes in my framework from @CompileStatic to @TypeChecked (e.g. to get dynamic call site selection), and am still facing the problem that method/ctor calls where passing null for arguments is valid*, fail with ambigous overloading runtime errors. These c

Re: Wrong mailing list? Was: Ambiguous method overloading

2021-05-03 Thread MG
Hi Alexander, this is the mailing list about development of the Groovy language, not develpers using Groovy, so maybe the us...@groovy.apache.org would be more appropriate. I am no expert on this, but have you tried using the non-indy version of Groovy 2.5.x and does the bug also occur there

Wrong mailing list? Was: Ambiguous method overloading

2021-05-03 Thread Alexander Veit
Hi, please give me a hint if this is the inappropriate mailing list for this question. -- Best regards, Alex