[GitHub] groovy pull request #344: Adding Android Classifier

2016-06-02 Thread pieces029
GitHub user pieces029 opened a pull request: https://github.com/apache/groovy/pull/344 Adding Android Classifier Adding an android classifier in addition to grooid classifier. They are both the same jar file, just a more specific/descriptive name @melix hope this change

[jira] [Updated] (GROOVY-7852) Inconsistent checking of final for multi-assignments

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7852: -- Component/s: Compiler > Inconsistent checking of final for multi-assignments >

[jira] [Commented] (GROOVY-7852) Inconsistent checking of final for multi-assignments

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

[jira] [Resolved] (GROOVY-7852) Inconsistent checking of final for multi-assignments

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7852. --- Resolution: Fixed Fix Version/s: 2.5.0-beta-1 PR merged > Inconsistent checking of final for

[GitHub] groovy pull request #343: GROOVY-7852: Inconsistent checking of final for mu...

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

[GitHub] groovy pull request #345: GROOVY-7853: o.c.g.r.t.DefaultTypeTransformation d...

2016-06-02 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/345 GROOVY-7853: o.c.g.r.t.DefaultTypeTransformation does not apply the r… …ight toString on primitve arrays when transforming to String You can merge this pull request into a Git repository by

[GitHub] groovy pull request #329: GROOVY-7833: let grape ignore runner lines with ha...

2016-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/329 --- 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] [Assigned] (GROOVY-7833) exception in phase 'conversion'

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-7833: - Assignee: Paul King > exception in phase 'conversion' > --- > >

[jira] [Resolved] (GROOVY-7833) exception in phase 'conversion'

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7833. --- Resolution: Fixed Fix Version/s: 2.4.7 PR merged (with empty line tweak) > exception in

[jira] [Commented] (GROOVY-7849) Incompatible covariant array return type

2016-06-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15313584#comment-15313584 ] ASF GitHub Bot commented on GROOVY-7849: GitHub user shils opened a pull request:

[jira] [Closed] (GROOVY-4333) The assert statement could allow newline before message

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-4333. - Resolution: Not A Problem Assignee: Paul King Seems to have been fixed by other issues. Both the

[jira] [Created] (GROOVY-7853) o.c.g.r.t.DefaultTypeTransformation does not apply the right toString on primitve arrays when transforming to String

2016-06-02 Thread Baruch Sadogursky (JIRA)
Baruch Sadogursky created GROOVY-7853: - Summary: o.c.g.r.t.DefaultTypeTransformation does not apply the right toString on primitve arrays when transforming to String Key: GROOVY-7853 URL:

[jira] [Commented] (GROOVY-5204) @Delegate to a method with optional params

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15312151#comment-15312151 ] Paul King commented on GROOVY-5204: --- Perhaps this is nothing to do with @Delegate. I get the same error

[jira] [Commented] (GROOVY-7849) Incompatible covariant array return type

2016-06-02 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15312418#comment-15312418 ] Shil Sinha commented on GROOVY-7849: The error occurs without I2 as well e.g. if C implements I

[jira] [Commented] (GROOVY-7185) Impossible to override method with generic array of Java class.

2016-06-02 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15312411#comment-15312411 ] Shil Sinha commented on GROOVY-7185: This happens in 2.4.6 as well, even if A and B are groovy

[jira] [Updated] (GROOVY-7185) Impossible to override method with generic array of Java class.

2016-06-02 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7185: --- Affects Version/s: 2.4.6 > Impossible to override method with generic array of Java class. >

[jira] [Commented] (GROOVY-7662) @BindsTo annotation for checking map parameters

2016-06-02 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15312267#comment-15312267 ] Vladimír Oraný commented on GROOVY-7662: after discussion with Cédric I also prefer the solution

[jira] [Closed] (GROOVY-7662) @BindsTo annotation for checking map parameters

2016-06-02 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimír Oraný closed GROOVY-7662. -- Resolution: Duplicate the solution proposed in GROOVY-7632 looks like a better solution >

[jira] [Commented] (GROOVY-6148) Multiple definition should allow final

2016-06-02 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15311851#comment-15311851 ] Paul King commented on GROOVY-6148: --- Changing the {{multipleAssignmentDeclarationStart}} definition in