[GitHub] groovy pull request: Javalike method pointer groovy 7772

2016-03-08 Thread blackdrag
Github user blackdrag commented on a diff in the pull request: https://github.com/apache/groovy/pull/287#discussion_r55440244 --- Diff: src/main/org/codehaus/groovy/runtime/MethodClosure.java --- @@ -62,9 +74,34 @@ public String getMethod() { } protected

[GitHub] groovy pull request: Javalike method pointer groovy 7772

2016-03-08 Thread blackdrag
Github user blackdrag commented on a diff in the pull request: https://github.com/apache/groovy/pull/287#discussion_r55433138 --- Diff: src/spec/test/CoercionTest.groovy --- @@ -214,7 +214,7 @@ boolean doFilter(String s) { s.contains('G') } Predicate filter = this. assert

[GitHub] groovy pull request: Javalike method pointer groovy 7772

2016-03-08 Thread uehaj
GitHub user uehaj opened a pull request: https://github.com/apache/groovy/pull/287 Javalike method pointer groovy 7772 This is a change for method pointer semantics in groovy discussed in following issue. https://issues.apache.org/jira/browse/GROOVY-7772 ref.