[GitHub] groovy pull request #566: Added IgnoreDefaultEqualsAndToString

2017-06-25 Thread pditommaso
GitHub user pditommaso opened a pull request: https://github.com/apache/groovy/pull/566 Added IgnoreDefaultEqualsAndToString This annotation allows custom `Collection` and `Map` objects to bypass the default Groovy format and equality methods ie. `toString` and `equals`. You can me

[jira] [Resolved] (GROOVY-8237) Invalid type inference when using CompileStatic annotation

2017-06-25 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-8237. --- Resolution: Duplicate I noted in GROOVY-8220 that it also fails in 2.4.12 so will clo

[jira] [Updated] (GROOVY-8220) GroovyCastException with CompileStatic

2017-06-25 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner updated GROOVY-8220: -- Affects Version/s: 2.4.12 > GroovyCastException with CompileStatic > --

[jira] [Commented] (GROOVY-8220) GroovyCastException with CompileStatic

2017-06-25 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062400#comment-16062400 ] John Wagenleitner commented on GROOVY-8220: --- Fix for GROOVY-8157 seems to be th

[jira] [Commented] (GROOVY-8237) Invalid type inference when using CompileStatic annotation

2017-06-25 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062397#comment-16062397 ] John Wagenleitner commented on GROOVY-8237: --- I tested and it looks like the fix

[jira] [Commented] (GROOVY-8237) Invalid type inference when using CompileStatic annotation

2017-06-25 Thread paolo di tommaso (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062310#comment-16062310 ] paolo di tommaso commented on GROOVY-8237: -- It seems the same as https://issues.

[jira] [Commented] (GROOVY-8197) Make JUnit3/4 GroovyRunners

2017-06-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062307#comment-16062307 ] ASF GitHub Bot commented on GROOVY-8197: Github user paulk-asert commented on a d

[GitHub] groovy pull request #564: GROOVY-8197: Make JUnit3/4 GroovyRunners

2017-06-25 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/564#discussion_r123887454 --- Diff: subprojects/groovy-testng/src/test/groovy/org/codehaus/groovy/testng/TestNgRunnerTest.groovy --- @@ -0,0 +1,41 @@ +/* + * Licensed to

[jira] [Commented] (GROOVY-8236) Report more meaningful error for versions of Groovy not supporting @Repeatable

2017-06-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062306#comment-16062306 ] ASF GitHub Bot commented on GROOVY-8236: GitHub user paulk-asert opened a pull re

[GitHub] groovy pull request #565: GROOVY-8236: Report more meaningful error for vers...

2017-06-25 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/565 GROOVY-8236: Report more meaningful error for versions of Groovy not … …supporting @Repeatable You can merge this pull request into a Git repository by running: $ git pull https://githu

[jira] [Created] (GROOVY-8237) Invalid type inference when using CompileStatic annotation

2017-06-25 Thread paolo di tommaso (JIRA)
paolo di tommaso created GROOVY-8237: Summary: Invalid type inference when using CompileStatic annotation Key: GROOVY-8237 URL: https://issues.apache.org/jira/browse/GROOVY-8237 Project: Groovy