Re: java.lang.NullPointerException: Pretty Printed Helpful NPEs ?

2021-09-19 Thread OCsite
Hi there, if the NPE management is being worked on, I'd like to again advocate for a way to switch on a “default-safe” mode, be it a compiler switch, an annotation, whatever. With this mode on, the compiler would use the “safe“ (more precisely, null-propagation) mode by default all the time wi

java.lang.NullPointerException: Pretty Printed Helpful NPEs ?

2021-09-19 Thread MG
Hi guys, I don't encounter a lot of NPE in my code and have been using a lot of @CompileStatic so am not sure - but did Groovy have a pretty printed NPE output at some point, that showed exactly where the null-pointer was located in a call chain ?-) In any case, could we supply that (at least

Re: [DISCUSS] Next Groovy 4 release should be RC-1

2021-09-19 Thread Daniel Sun
Hi Paul, It is OK for me to move straight to 4.0.0 RC-1. If some critical issues found, we could release 4.0.0 RC-2. Otherwise, 4.0.0 GA will be released much sooner :-) Cheers, Daniel Sun On 2021/09/15 08:58:04, Paul King wrote: > Hi folks, > > We have had mostly good feedback on 4.0.0-bet