Re: [ANNOUNCE] Apache Groovy 3.0.0-rc-2 released

2019-12-08 Thread Roman Shaposhnik
Great to see this!!! Thanks, Roman. On Sun, Dec 8, 2019 at 3:49 PM Remko Popma wrote: > > Nice work, Paul! > > Remko. > > > > > On Dec 9, 2019, at 3:30, Paul King wrote: > > > > Dear community, > > > > The Apache Groovy team is pleased to announce version 3.0.0-rc-2 of > > Apache Groovy. > > A

Re: Groovy multiplication

2019-12-08 Thread Edmond Kemokai
I'd read up on the MAX_VALUE doc but didn't see any mention of this behavior... Thanks guys!!

Re: [ANNOUNCE] Apache Groovy 3.0.0-rc-2 released

2019-12-08 Thread Remko Popma
Nice work, Paul! Remko. > On Dec 9, 2019, at 3:30, Paul King wrote: > > Dear community, > > The Apache Groovy team is pleased to announce version 3.0.0-rc-2 of > Apache Groovy. > Apache Groovy is a multi-faceted programming language for the JVM. > Further details can be found at the https:/

Re: [ANNOUNCE] Apache Groovy 3.0.0-rc-2 released

2019-12-08 Thread Daniel.Sun
Nice work, Paul :-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: Groovy multiplication

2019-12-08 Thread Keith Suderman
The same reason it does in Java; the result is larger than Integer.MAX_VALUE (ie. integer overflow). You need to tell Java/Groovy to use a larger type. System.out.println(86400L*1000*30); > On Dec 8, 2019, at 3:26 PM, Edmond Kemokai wrote: > > Is there a reason this should yield a negative nu

Re: Groovy multiplication

2019-12-08 Thread Daniel.Sun
Hi Edmond, How about 86400G * 1000 * 30 Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Groovy multiplication

2019-12-08 Thread Edmond Kemokai
Is there a reason this should yield a negative number in groovy? 86400*1000*30

[ANNOUNCE] Apache Groovy 3.0.0-rc-2 released

2019-12-08 Thread Paul King
Dear community, The Apache Groovy team is pleased to announce version 3.0.0-rc-2 of Apache Groovy. Apache Groovy is a multi-faceted programming language for the JVM. Further details can be found at the https://groovy.apache.org website. This is a pre-release of a new version of Groovy. We greatly

Re: [VOTE] Release Apache Groovy 3.0.0-rc-2

2019-12-08 Thread Paul King
The vote has passed with 4 +1 binding votes and no other votes. I'll proceed with next steps. Cheers, Paul. On Thu, Dec 5, 2019 at 3:40 PM Paul King wrote: > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 3.0.0-rc-2 release! > > This release includes 49 bug f