[jira] [Commented] (GROOVY-7787) leftShift in simple closure won't CompileStatic

2016-03-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201040#comment-15201040 ] Paul King commented on GROOVY-7787: --- The workaround is to use the longhand: {code} [1,2

[GitHub] groovy pull request: ignore eclipse project files for rat

2016-03-19 Thread oreissig
GitHub user oreissig opened a pull request: https://github.com/apache/groovy/pull/295 ignore eclipse project files for rat This makes `gradlew check` pass on local systems when using Eclipse instead of IntelliJ. You can merge this pull request into a Git repository by running:

[jira] [Commented] (GROOVY-2752) final keyword does not work

2016-03-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201014#comment-15201014 ] Paul King commented on GROOVY-2752: --- Just to answer the last two comments. It should be

[jira] [Resolved] (GROOVY-7794) JsonSlurper is dropping precision of decimal numbers ending in 0 after the decimal point

2016-03-19 Thread Ronald Holshausen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronald Holshausen resolved GROOVY-7794. --- Resolution: Duplicate Duplicate of GROOVY-6922 fixed in 2.4.6 > JsonSlurper is dropp

[jira] [Closed] (GROOVY-7794) JsonSlurper is dropping precision of decimal numbers ending in 0 after the decimal point

2016-03-19 Thread Ronald Holshausen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronald Holshausen closed GROOVY-7794. - > JsonSlurper is dropping precision of decimal numbers ending in 0 after the > decimal point

[jira] [Updated] (GROOVY-7794) JsonSlurper is dropping precision of decimal numbers ending in 0 after the decimal point

2016-03-19 Thread Ronald Holshausen (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronald Holshausen updated GROOVY-7794: -- Affects Version/s: (was: 2.4.6) Description: When parsing JSON documents

[jira] [Commented] (GROOVY-7796) size() method returns wrong values with accented Strings

2016-03-19 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202862#comment-15202862 ] Shil Sinha commented on GROOVY-7796: I tested this on 2.4.6 and Master, but got the c

[jira] [Updated] (GROOVY-7796) size() method returns wrong values with accented Strings

2016-03-19 Thread Gerardo (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerardo updated GROOVY-7796: Summary: size() method returns wrong values with accented Strings (was: size() method return wrong values

[jira] [Created] (GROOVY-7795) Upgrade xstream to 1.4.9

2016-03-19 Thread Pascal Schumacher (JIRA)
Pascal Schumacher created GROOVY-7795: - Summary: Upgrade xstream to 1.4.9 Key: GROOVY-7795 URL: https://issues.apache.org/jira/browse/GROOVY-7795 Project: Groovy Issue Type: Task

[jira] [Commented] (GROOVY-7765) Dollar Slashy String in assert not working left hand side

2016-03-19 Thread Daniel.Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202823#comment-15202823 ] Daniel.Sun commented on GROOVY-7765: Hi Paul, Jesper and I are setting aside som

[jira] [Resolved] (GROOVY-7758) GroovyCastException when both @CompileStatic and @Newify are used

2016-03-19 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha resolved GROOVY-7758. Resolution: Fixed > GroovyCastException when both @CompileStatic and @Newify are used > ---

[jira] [Updated] (GROOVY-7796) size() method returns wrong values with accented Strings

2016-03-19 Thread Gerardo (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerardo updated GROOVY-7796: Description: String.size() method returns wrong values when the string contains accented letters: println

[jira] [Commented] (GROOVY-7788) Groovy does not run on 64 bit Windows 7

2016-03-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201017#comment-15201017 ] Paul King commented on GROOVY-7788: --- Yes, there is a weakness in the current windows in

[jira] [Closed] (GROOVY-7758) GroovyCastException when both @CompileStatic and @Newify are used

2016-03-19 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha closed GROOVY-7758. -- Resolution: Fixed Fix Version/s: 2.4.7 > GroovyCastException when both @CompileStatic and @Newif

[jira] [Reopened] (GROOVY-7758) GroovyCastException when both @CompileStatic and @Newify are used

2016-03-19 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha reopened GROOVY-7758: > GroovyCastException when both @CompileStatic and @Newify are used > -

[jira] [Commented] (GROOVY-7758) GroovyCastException when both @CompileStatic and @Newify are used

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201398#comment-15201398 ] ASF GitHub Bot commented on GROOVY-7758: Github user asfgit closed the pull reque

[jira] [Created] (GROOVY-7794) JsonSlurper is dropping precision of decimal numbers ending in 0 after the decimal point

2016-03-19 Thread Ronald Holshausen (JIRA)
Ronald Holshausen created GROOVY-7794: - Summary: JsonSlurper is dropping precision of decimal numbers ending in 0 after the decimal point Key: GROOVY-7794 URL: https://issues.apache.org/jira/browse/GROOVY-7794

[jira] [Resolved] (GROOVY-7795) Upgrade xstream to 1.4.9

2016-03-19 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved GROOVY-7795. --- Resolution: Fixed > Upgrade xstream to 1.4.9 > > >

[GitHub] groovy pull request: GROOVY-7758: GroovyCastException when both @C...

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/294 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (GROOVY-7772) Class.&instanceMethod had better to have same meaning of Class::instanceMethod of Java8

2016-03-19 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201268#comment-15201268 ] Jochen Theodorou commented on GROOVY-7772: -- let's concentrate on one point first

[jira] [Updated] (GROOVY-7793) Compiler compiles class with private abstract method

2016-03-19 Thread Simo Tuokko (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simo Tuokko updated GROOVY-7793: Description: Using Groovy and JDBI in following class: {code:title=ItemDAO.groovy|borderStyle=soli