[GitHub] groovy pull request: Fix a typo in Memoized docs

2016-02-10 Thread bstefanski
GitHub user bstefanski opened a pull request: https://github.com/apache/groovy/pull/258 Fix a typo in Memoized docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/bstefanski/groovy master Alternatively you can review and apply

[GitHub] groovy pull request: Revert change from c5f17abbe Fixing squid:S24...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/241 --- 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

[GitHub] groovy pull request: Fix a typo in Memoized docs

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/258 --- 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] [Created] (GROOVY-7753) 2.4.6-SNAPSHOT regression of return type from ?: operator

2016-02-10 Thread Jason Winnebeck (JIRA)
Jason Winnebeck created GROOVY-7753: --- Summary: 2.4.6-SNAPSHOT regression of return type from ?: operator Key: GROOVY-7753 URL: https://issues.apache.org/jira/browse/GROOVY-7753 Project: Groovy

[jira] [Updated] (GROOVY-7753) 2.4.6-SNAPSHOT regression of return type from ?: operator

2016-02-10 Thread Jason Winnebeck (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Winnebeck updated GROOVY-7753: Component/s: Static compilation > 2.4.6-SNAPSHOT regression of return type from ?: operator

[jira] [Updated] (GROOVY-7753) 2.4.6-SNAPSHOT regression of return type from ?: operator

2016-02-10 Thread Jason Winnebeck (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Winnebeck updated GROOVY-7753: Component/s: Static Type Checker > 2.4.6-SNAPSHOT regression of return type from ?: operato

[GitHub] groovy pull request: Fix the comparison of generic types

2016-02-10 Thread fpavageau
GitHub user fpavageau opened a pull request: https://github.com/apache/groovy/pull/259 Fix the comparison of generic types The comparison cannot shortcut when a condition passes, only when one fails, since it's basically a big AND. E.g. even if both lower bounds are null (and

[jira] [Commented] (GROOVY-7742) CompileStatic stackoverflow with generic method with different placeholder as type argument

2016-02-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141717#comment-15141717 ] ASF GitHub Bot commented on GROOVY-7742: GitHub user fpavageau opened a pull requ

[GitHub] groovy pull request: Fix the comparison of generic types

2016-02-10 Thread fpavageau
Github user fpavageau commented on a diff in the pull request: https://github.com/apache/groovy/pull/259#discussion_r52530236 --- Diff: src/main/org/codehaus/groovy/transform/stc/StaticTypeCheckingSupport.java --- @@ -1575,16 +1575,18 @@ private static boolean equalIncludingGeneri

[jira] [Commented] (GROOVY-7705) CompileStatic closure accessing "thisObject" private field: setProperty instead of synthetic method

2016-02-10 Thread Jason Winnebeck (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141785#comment-15141785 ] Jason Winnebeck commented on GROOVY-7705: - [~shils], awesome work on this, I have

[jira] [Commented] (GROOVY-7705) CompileStatic closure accessing "thisObject" private field: setProperty instead of synthetic method

2016-02-10 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141814#comment-15141814 ] Shil Sinha commented on GROOVY-7705: Thanks! That's great to hear. I have a feeling t