[jira] [Commented] (GROOVY-8068) improper logging in groovy.sql.Sql

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856955#comment-15856955 ] ASF GitHub Bot commented on GROOVY-8068: Github user asfgit closed the pull request at:

[GitHub] groovy pull request #491: GROOVY-8068: improper logging in groovy.sql.Sql

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

[jira] [Commented] (GROOVY-8048) final fields for pre-compiled traits aren't processed correctly

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856949#comment-15856949 ] ASF GitHub Bot commented on GROOVY-8048: GitHub user paulk-asert opened a pull request:

[GitHub] groovy pull request #492: GROOVY-8048: final fields for pre-compiled traits ...

2017-02-07 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/492 GROOVY-8048: final fields for pre-compiled traits aren't processed co… …rrectly You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (GROOVY-8068) improper logging in groovy.sql.Sql

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856929#comment-15856929 ] ASF GitHub Bot commented on GROOVY-8068: Github user jwagenleitner commented on a diff in the

[GitHub] groovy pull request #491: GROOVY-8068: improper logging in groovy.sql.Sql

2017-02-07 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/491#discussion_r99946115 --- Diff: subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java --- @@ -578,17 +578,26 @@ public static Sql newInstance(Map args)

[jira] [Created] (GROOVY-8081) Compiler does not give error for ambiguous type or member due to multiple star imports

2017-02-07 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8081: --- Summary: Compiler does not give error for ambiguous type or member due to multiple star imports Key: GROOVY-8081 URL: https://issues.apache.org/jira/browse/GROOVY-8081

[GitHub] groovy pull request #491: GROOVY-8068: improper logging in groovy.sql.Sql

2017-02-07 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/491#discussion_r99928551 --- Diff: subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java --- @@ -578,17 +578,26 @@ public static Sql newInstance(Map args)

[jira] [Commented] (GROOVY-8067) Possible deadlock when creating new ClassInfo entries in the cache

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856744#comment-15856744 ] ASF GitHub Bot commented on GROOVY-8067: Github user jwagenleitner closed the pull request at:

[GitHub] groovy pull request #484: GROOVY-8067: Possible deadlock when creating new C...

2017-02-07 Thread jwagenleitner
Github user jwagenleitner closed the pull request at: https://github.com/apache/groovy/pull/484 --- 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

[jira] [Created] (GROOVY-8080) Number stack is "unfortunate"

2017-02-07 Thread Tomas Rokicki (JIRA)
Tomas Rokicki created GROOVY-8080: - Summary: Number stack is "unfortunate" Key: GROOVY-8080 URL: https://issues.apache.org/jira/browse/GROOVY-8080 Project: Groovy Issue Type: Wish

[jira] [Commented] (GROOVY-8077) double comparison (apparently) uses .equals and not ==

2017-02-07 Thread Tomas Rokicki (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856639#comment-15856639 ] Tomas Rokicki commented on GROOVY-8077: --- Same problem with the comparators: groovy:000> a = new

[jira] [Commented] (GROOVY-8077) double comparison (apparently) uses .equals and not ==

2017-02-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856632#comment-15856632 ] Jochen Theodorou commented on GROOVY-8077: -- what we use is actually compareTo in this case, and

[jira] [Created] (GROOVY-8077) double comparison (apparently) uses .equals and not ==

2017-02-07 Thread Tomas Rokicki (JIRA)
Tomas Rokicki created GROOVY-8077: - Summary: double comparison (apparently) uses .equals and not == Key: GROOVY-8077 URL: https://issues.apache.org/jira/browse/GROOVY-8077 Project: Groovy

[jira] [Commented] (GROOVY-7753) regression of return type from ternary operator

2017-02-07 Thread M. Justin (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856225#comment-15856225 ] M. Justin commented on GROOVY-7753: --- I have the same issue when I attempt to assign the value to a

[jira] [Commented] (GROOVY-8068) improper logging in groovy.sql.Sql

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856187#comment-15856187 ] ASF GitHub Bot commented on GROOVY-8068: Github user jwagenleitner commented on a diff in the

[GitHub] groovy pull request #491: GROOVY-8068: improper logging in groovy.sql.Sql

2017-02-07 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/491#discussion_r99844410 --- Diff: subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java --- @@ -578,17 +578,26 @@ public static Sql newInstance(Map args)

[jira] [Commented] (GROOVY-8076) A more helpful error message should be logged when a custom Java class cannot be resolved by the Groovy component due to a Java major/minor version mismatch

2017-02-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856096#comment-15856096 ] Jochen Theodorou commented on GROOVY-8076: -- I'd like to know too, because the description is

[jira] [Commented] (GROOVY-7915) Console toolbar on large resolutions very small

2017-02-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856114#comment-15856114 ] Jochen Theodorou commented on GROOVY-7915: -- Is Batik still like 7+ MB? Is there no lightweight

[jira] [Commented] (GROOVY-8076) A more helpful error message should be logged when a custom Java class cannot be resolved by the Groovy component due to a Java major/minor version mismatch

2017-02-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856103#comment-15856103 ] Jochen Theodorou commented on GROOVY-8076: -- I think I see the scenario as follows: {code:Java}

[jira] [Issue Comment Deleted] (GROOVY-8076) A more helpful error message should be logged when a custom Java class cannot be resolved by the Groovy component due to a Java major/minor version mismatc

2017-02-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou updated GROOVY-8076: - Comment: was deleted (was: I'd like to know too, because the description is confusing.

[jira] [Commented] (GROOVY-6996) Anonymous class field initialized with an enclosing argument results in MissingPropertyException

2017-02-07 Thread Andres Almiray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855974#comment-15855974 ] Andres Almiray commented on GROOVY-6996: It appears the problem is related to scoping of method

[jira] [Comment Edited] (GROOVY-7405) Templating with bound variables that match class names lead to unexpected results

2017-02-07 Thread Andres Almiray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855946#comment-15855946 ] Andres Almiray edited comment on GROOVY-7405 at 2/7/17 1:11 PM: It

[jira] [Commented] (GROOVY-7405) Templating with bound variables that match class names lead to unexpected results

2017-02-07 Thread Andres Almiray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855946#comment-15855946 ] Andres Almiray commented on GROOVY-7405: It appears that the problem is related to the default

[jira] [Resolved] (GROOVY-7521) Support Generics with def

2017-02-07 Thread Andres Almiray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andres Almiray resolved GROOVY-7521. Resolution: Duplicate Assignee: Andres Almiray > Support Generics with def >

[jira] [Updated] (GROOVY-8048) final fields for pre-compiled traits aren't processed correctly

2017-02-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8048: -- Summary: final fields for pre-compiled traits aren't processed correctly (was: final trait fields

[jira] [Commented] (GROOVY-7915) Console toolbar on large resolutions very small

2017-02-07 Thread Andres Almiray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855822#comment-15855822 ] Andres Almiray commented on GROOVY-7915: Icons have a fixed size. We would need to include

[jira] [Commented] (GROOVY-8076) A more helpful error message should be logged when a custom Java class cannot be resolved by the Groovy component due to a Java major/minor version mismatch

2017-02-07 Thread Andres Almiray (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855817#comment-15855817 ] Andres Almiray commented on GROOVY-8076: Could you provide a list of steps to reproduce the

[jira] [Created] (GROOVY-8076) A more helpful error message should be logged when a custom Java class cannot be resolved by the Groovy component due to a Java major/minor version mismatch

2017-02-07 Thread ANDREY GRIGORYEV (JIRA)
ANDREY GRIGORYEV created GROOVY-8076: Summary: A more helpful error message should be logged when a custom Java class cannot be resolved by the Groovy component due to a Java major/minor version mismatch Key: GROOVY-8076

[jira] [Commented] (GROOVY-8068) improper logging in groovy.sql.Sql

2017-02-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855564#comment-15855564 ] ASF GitHub Bot commented on GROOVY-8068: GitHub user paulk-asert opened a pull request:

[GitHub] groovy pull request #491: GROOVY-8068: improper logging in groovy.sql.Sql

2017-02-07 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/491 GROOVY-8068: improper logging in groovy.sql.Sql You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulk-asert/groovy groovy8068

[jira] [Assigned] (GROOVY-8068) improper logging in groovy.sql.Sql

2017-02-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8068: - Assignee: Paul King > improper logging in groovy.sql.Sql > -- >