[
https://issues.apache.org/jira/browse/GROOVY-7385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Wagenleitner resolved GROOVY-7385.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.5.x
I'm going to go ahead and mark as resolved for 2.5 since tests all pass on
master.
> Invalid Integer & Long literals compile when they shouldn't
> -----------------------------------------------------------
>
> Key: GROOVY-7385
> URL: https://issues.apache.org/jira/browse/GROOVY-7385
> Project: Groovy
> Issue Type: Bug
> Components: syntax
> Affects Versions: 2.4.3
> Environment: Mac OS X
> Reporter: Sean Gilligan
> Fix For: 2.5.x
>
>
> 2147483648I should be an invalid Integer literal.
> 9223372036854775808L should be an invalid Long literal.
> Both currently compile (and produce an unexpected value -- well, it would be
> the expected value in 2's complement math)
> I created some unit tests to show the problem -- not sure if I put them in
> the right place, but they do fail as I expect them to.
> The Github PR is here:
> https://github.com/groovy/groovy-core/pull/657
> The build output is here:
> http://ci.groovy-lang.org/viewLog.html?buildId=16410&buildTypeId=Groovy_Jdk7Build
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)