[jira] [Commented] (GROOVY-8892) Trait instance init blocks are called only when there are fields defined in same Trait

2018-11-19 Thread Anton Pryamostanov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692795#comment-16692795 ] Anton Pryamostanov commented on GROOVY-8892: Retested OK in 2.5.5.SNAPSHOT > Trait instance

[jira] [Created] (GROOVY-8895) Traits defining getter conflicts with generated getter

2018-11-19 Thread Keegan Witt (JIRA)
Keegan Witt created GROOVY-8895: --- Summary: Traits defining getter conflicts with generated getter Key: GROOVY-8895 URL: https://issues.apache.org/jira/browse/GROOVY-8895 Project: Groovy Issue

[jira] [Commented] (GROOVY-8890) Make "Inspect Tokens" of groovy console support Parrot's tokens

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

[GitHub] groovy pull request #825: GROOVY-8890: Make "Inspect Tokens" of groovy conso...

2018-11-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/825 ---

[jira] [Resolved] (GROOVY-8876) groovydoc fails with "java.lang.StringIndexOutOfBoundsException: String index out of range: -1" on file with no extension

2018-11-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8876. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 2.5.5

[jira] [Resolved] (GROOVY-8849) Provide a way to change property names when converting Pojo to JSON

2018-11-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8849. --- Resolution: Not A Problem Assuming my suggestions meet your need. Please re-open if that is not the

[jira] [Closed] (GROOVY-8849) Provide a way to change property names when converting Pojo to JSON

2018-11-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-8849. - > Provide a way to change property names when converting Pojo to JSON >

[jira] [Commented] (GROOVY-8889) @NamedParam(required=true) is not enforced

2018-11-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692370#comment-16692370 ] Paul King commented on GROOVY-8889: --- This is a 2.5.5+ feature. > @NamedParam(required=true) is not

[jira] [Commented] (GROOVY-8888) Strict @NamedParams

2018-11-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692282#comment-16692282 ] Paul King commented on GROOVY-: --- I'd expect you'd see it with the 2.5.5 SNAPSHOT if no caching is

[jira] [Commented] (GROOVY-8894) Improve performance of DGM `leftShift(OutputStream, InputStream)`

2018-11-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16691963#comment-16691963 ] ASF GitHub Bot commented on GROOVY-8894: GitHub user danielsun1106 opened a pull request:

[GitHub] groovy pull request #826: GROOVY-8894: Improve performance of DGM `leftShift...

2018-11-19 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/826 GROOVY-8894: Improve performance of DGM `leftShift(OutputStream, Inpu… …tStream)` You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (GROOVY-8894) Improve performance of DGM `leftShift(OutputStream, InputStream)`

2018-11-19 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8894: --- Summary: Improve performance of DGM `leftShift(OutputStream, InputStream)` (was: Improve

[jira] [Created] (GROOVY-8894) Improve performance of DGM `leftShift(OutputStream self, InputStream in)`

2018-11-19 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8894: -- Summary: Improve performance of DGM `leftShift(OutputStream self, InputStream in)` Key: GROOVY-8894 URL: https://issues.apache.org/jira/browse/GROOVY-8894 Project:

[jira] [Commented] (GROOVY-8888) Strict @NamedParams

2018-11-19 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16691513#comment-16691513 ] Vladimír Oraný commented on GROOVY-: I can't see the "unknown" parameter for "@NamedParams"

[jira] [Closed] (GROOVY-8891) Trait Instance Init Block causes Runtime exception for Trait fields with default values

2018-11-19 Thread Anton Pryamostanov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Pryamostanov closed GROOVY-8891. -- Resolution: Won't Fix This is general semicolon-less Syntax grammar limitation. >