[jira] [Commented] (GROOVY-7602) Intersect returns an empty list when the contents of the compared Collections are Maps

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175257#comment-15175257 ] Paul King commented on GROOVY-7602: --- possibly related to disjoint issue > Intersect re

[jira] [Assigned] (GROOVY-7530) disjoint() does not work correctly if objects don't implement Comparable

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-7530: - Assignee: Paul King > disjoint() does not work correctly if objects don't implement Comparable >

[jira] [Assigned] (GROOVY-7602) Intersect returns an empty list when the contents of the compared Collections are Maps

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-7602: - Assignee: Paul King > Intersect returns an empty list when the contents of the compared Collecti

[GitHub] groovy pull request: GROOVY-7530 and GROOVY-7602: intersect and di...

2016-03-02 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/276 GROOVY-7530 and GROOVY-7602: intersect and disjoint broken for non-Co… …mparable objects (closes #276) You can merge this pull request into a Git repository by running: $ git pull https

[jira] [Commented] (GROOVY-7530) disjoint() does not work correctly if objects don't implement Comparable

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

[jira] [Commented] (GROOVY-7602) Intersect returns an empty list when the contents of the compared Collections are Maps

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175479#comment-15175479 ] Paul King commented on GROOVY-7602: --- Should be fixed as part of GROOVY-7530 (PR#276) >

[jira] [Commented] (GROOVY-7530) disjoint() does not work correctly if objects don't implement Comparable

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175478#comment-15175478 ] Paul King commented on GROOVY-7530: --- If I understood all the earlier comments, PR#276 s

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

2016-03-02 Thread UEHARA Junji (JIRA)
UEHARA Junji created GROOVY-7772: Summary: Class.&instanceMethod had better to have same meaning of Class::instanceMethod of Java8 Key: GROOVY-7772 URL: https://issues.apache.org/jira/browse/GROOVY-7772

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

2016-03-02 Thread UEHARA Junji (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] UEHARA Junji updated GROOVY-7772: - Description: Groovy's operator .& for method is similar functionality to Java8's method referenc

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

2016-03-02 Thread UEHARA Junji (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] UEHARA Junji updated GROOVY-7772: - Description: Groovy's operator .& for method is similar functionality to Java8's method referenc

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

2016-03-02 Thread UEHARA Junji (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] UEHARA Junji updated GROOVY-7772: - Description: Groovy's operator .& for method is similar functionality to Java8's method referenc

[GitHub] groovy pull request: CompilerConfiguration.output doesn't seem to ...

2016-03-02 Thread yaccz
GitHub user yaccz opened a pull request: https://github.com/apache/groovy/pull/277 CompilerConfiguration.output doesn't seem to be used for anything You can merge this pull request into a Git repository by running: $ git pull https://github.com/yaccz/groovy drop-output Altern

[jira] [Created] (GROOVY-7773) Enum constructor with value throws "unexpected token" error

2016-03-02 Thread Brian Ray (JIRA)
Brian Ray created GROOVY-7773: - Summary: Enum constructor with value throws "unexpected token" error Key: GROOVY-7773 URL: https://issues.apache.org/jira/browse/GROOVY-7773 Project: Groovy Issue

[jira] [Updated] (GROOVY-7773) Enum constructor with value throws "unexpected token" error

2016-03-02 Thread Brian Ray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Ray updated GROOVY-7773: -- Description: First time submitter to this JIRA so let me know if I've specified anything incorrectly.

[jira] [Updated] (GROOVY-7773) Enum constructor with value throws "unexpected token" error

2016-03-02 Thread Brian Ray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Ray updated GROOVY-7773: -- Description: First time submitter to this JIRA so let me know if I've specified anything incorrectly.

[GitHub] groovy pull request: More code examples in Javadoc for TupleConstr...

2016-03-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/275 --- 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: Link to MrHaki's blog in TupleConstructor jav...

2016-03-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/271 --- 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] [Updated] (GROOVY-7771) Exception driven control flow in groovy.lang.Script.getProperty()

2016-03-02 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7771: -- Labels: breaking (was: ) > Exception driven control flow in groovy.lang.Script.getProp

[jira] [Closed] (GROOVY-7771) Exception driven control flow in groovy.lang.Script.getProperty()

2016-03-02 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-7771. - Resolution: Won't Fix [~graben] Sorry about this, but backdrag is right, this breaks exis

[jira] [Commented] (GROOVY-7773) Enum constructor with value throws "unexpected token" error

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176771#comment-15176771 ] Paul King commented on GROOVY-7773: --- We did do a slight tweak to the grammar for enums

[jira] [Commented] (GROOVY-7773) Enum constructor with value throws "unexpected token" error

2016-03-02 Thread Brian Ray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176845#comment-15176845 ] Brian Ray commented on GROOVY-7773: --- That change is a good suspect. Dangling commas are

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

2016-03-02 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177138#comment-15177138 ] Jochen Theodorou edited comment on GROOVY-7772 at 3/3/16 4:21 AM: -

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

2016-03-02 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177138#comment-15177138 ] Jochen Theodorou commented on GROOVY-7772: -- I think I don't understand pattern n

[jira] [Commented] (GROOVY-7773) Enum constructor with value throws "unexpected token" error

2016-03-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177382#comment-15177382 ] Paul King commented on GROOVY-7773: --- Agreed, we would like to support the dangling case