Re: non-catchable exception?

2016-10-12 Thread Jim White
The recommended way to have an exception that can't be caught except in specifically intended places is to extend java.lang.Throwable (or if appropriate to the use case, java.lang.Error). Those work just like Exception except that they don't have to be declared in the method signatures where they

Re: logo permission

2020-05-20 Thread Jim White
On Wed, May 20, 2020 at 6:49 PM MG wrote: > NEVER ? Not even a little ? Come on... > > Socialist/communist red star: > > > You're trolling us, right? The only thing "Communist" about that is the red. The figure is purely a filled pentagram. Great to see OpenOffice getting renewed support for G

Re: logo permission

2020-05-20 Thread Jim White
n associated with communist ideology, particularly in > combination with the hammer and sickle, but is also used as a purely > socialist symbol in the 21st century." > > How do you not know that *puzzled* ? > > I agree with the Groovy support, though... > mg > > > On 21/0

Re: Elvis operator and type casting precedence in Groovy

2023-08-14 Thread Jim White
Hi Ferenc, I don't see anything about that in the release notes either and I tried this search in JIRA (text=elvis && status=unresolved | fixed

Re: ApacheGroovy on bluesky

2024-11-25 Thread Jim White
Worth grabbing but I think the more significant thing to do would be to get groovy.apache.org set up for AT protocol. https://atproto.com/guides/applications I think BlueSky and their AT protocol for decentralized identity is an essential element of the future of social media. I just hope Activi