[jira] [Commented] (GROOVY-7768) groovy.sql.Sql callWithAllRows returns blank result when passing params

2016-03-08 Thread Ryan Mills (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15186530#comment-15186530 ] Ryan Mills commented on GROOVY-7768: public class SqlCall { public DataSource dataSource;

[jira] [Comment Edited] (GROOVY-7768) groovy.sql.Sql callWithAllRows returns blank result when passing params

2016-03-08 Thread Ryan Mills (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15186529#comment-15186529 ] Ryan Mills edited comment on GROOVY-7768 at 3/9/16 5:22 AM: JDBC Driver was

[jira] [Comment Edited] (GROOVY-7768) groovy.sql.Sql callWithAllRows returns blank result when passing params

2016-03-08 Thread Ryan Mills (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15186530#comment-15186530 ] Ryan Mills edited comment on GROOVY-7768 at 3/9/16 5:22 AM: public class

[jira] [Commented] (GROOVY-7768) groovy.sql.Sql callWithAllRows returns blank result when passing params

2016-03-08 Thread Ryan Mills (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15186529#comment-15186529 ] Ryan Mills commented on GROOVY-7768: JDBC Driver was com.sybase.jdbc3.jdbc.SybDriver Functionally, I

[jira] [Commented] (GROOVY-6880) Please add Inline AST Transform

2016-03-08 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15186381#comment-15186381 ] Paul King commented on GROOVY-6880: --- But should anyone wish to play with building such a transform,

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

2016-03-08 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185972#comment-15185972 ] Jochen Theodorou commented on GROOVY-7772: -- I think there is one more point to clear:

[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

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

2016-03-08 Thread UEHARA Junji (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185817#comment-15185817 ] UEHARA Junji commented on GROOVY-7772: -- I made PR for this change as a reference. Would you review

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

2016-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185802#comment-15185802 ] ASF GitHub Bot commented on GROOVY-7772: GitHub user uehaj opened a pull request:

[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.

[jira] [Updated] (GROOVY-4659) GroovyDoc omits closure parameters

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-4659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-4659: -- Summary: GroovyDoc omits closure parameters (was: javadoc omits closure parameters)

[jira] [Closed] (GROOVY-6880) Please add Inline AST Transform

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-6880. - Resolution: Won't Fix Closing this after reading CĂ©drics comment. > Please add Inline

[jira] [Closed] (GROOVY-6136) Possibly memory leak in Eval with PathExpression

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-6136. - Resolution: Duplicate > Possibly memory leak in Eval with PathExpression >

[jira] [Commented] (GROOVY-7768) groovy.sql.Sql callWithAllRows returns blank result when passing params

2016-03-08 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185643#comment-15185643 ] John Wagenleitner commented on GROOVY-7768: --- I tested with Groovy 2.4.0 and 2.4.6 with the

[jira] [Closed] (GROOVY-2330) GString vs String equality in collections

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-2330. - Resolution: Fixed Close after reading Jochens comments. > GString vs String equality in

[jira] [Commented] (GROOVY-7469) ClassCastException in groovy 2.3.10. See description section for more information

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15185597#comment-15185597 ] Pascal Schumacher commented on GROOVY-7469: --- Sorry for the late reply, but without a

[jira] [Updated] (GROOVY-7469) ClassCastException in groovy 2.3.10. See description section for more information

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7469: -- Labels: usertask (was: ) > ClassCastException in groovy 2.3.10. See description

[jira] [Closed] (GROOVY-7481) Update to Groovy 2.4.3 breaks existing code

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-7481. - Resolution: Not A Bug I'm closing this after reading Pauls comment. > Update to Groovy

[jira] [Updated] (GROOVY-7661) Option to consume BOM if present

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7661: -- Assignee: (was: Keegan Witt) > Option to consume BOM if present >

[jira] [Closed] (GROOVY-7725) compatibility issue of class groovy.lang.IntRange

2016-03-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher closed GROOVY-7725. - Resolution: Not A Bug I'm closing this after reading [~paulk]s comment. > compatibility

[GitHub] groovy pull request:

2016-03-08 Thread blackdrag
Github user blackdrag commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16558458 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line 125: