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
I'd read up on the MAX_VALUE doc but didn't see any mention of this
behavior... Thanks guys!!
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:/
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
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
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
Is there a reason this should yield a negative number in groovy?
86400*1000*30
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
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