[jira] [Commented] (GROOVY-8592) Migrate command line tools to picocli version of CliBuilder

2018-05-25 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16490425#comment-16490425 ] Paul King commented on GROOVY-8592: --- There is a three part answer: (1) docs within the docs zip

[jira] [Reopened] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun reopened GROOVY-8606: Current solution breaks other tests... > Provide friendly error message for invalid lambda body >

[jira] [Issue Comment Deleted] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8606: --- Comment: was deleted (was: Current solution breaks other tests...) > Provide friendly error message

[GitHub] groovy pull request #722: Request YourKit Java Profiler Open Source License

2018-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/722 ---

[jira] [Created] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8606: -- Summary: Provide friendly error message for invalid lambda body Key: GROOVY-8606 URL: https://issues.apache.org/jira/browse/GROOVY-8606 Project: Groovy Issue

[jira] [Resolved] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8606. Resolution: Fixed Fix Version/s: 3.0.0-alpha-3 2.6.0-alpha-4 Fixed by 

[jira] [Updated] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8606: --- Description: We should {{Statements should be wrapped in a block, e.g. () -> { some statements here

[jira] [Updated] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8606: --- Fix Version/s: (was: 3.0.0-alpha-3) (was: 2.6.0-alpha-4) > Provide

[jira] [Comment Edited] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16490547#comment-16490547 ] Daniel Sun edited comment on GROOVY-8606 at 5/25/18 11:23 AM: -- Current

[jira] [Updated] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8606: --- Description: We should provide friendly error message like "Statements should be wrapped in a

[jira] [Comment Edited] (GROOVY-8606) Provide friendly error message for invalid lambda body

2018-05-25 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16490547#comment-16490547 ] Daniel Sun edited comment on GROOVY-8606 at 5/25/18 11:15 AM: -- Current

[jira] [Commented] (GROOVY-8603) @CompileStatic: matching method check limited to 30 super classes

2018-05-25 Thread Peter Schmitz (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16490423#comment-16490423 ] Peter Schmitz commented on GROOVY-8603: --- I'd like to say no, but... yes, it is. :-/ >

[jira] [Commented] (GROOVY-8592) Migrate command line tools to picocli version of CliBuilder

2018-05-25 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16490735#comment-16490735 ] Paul King commented on GROOVY-8592: --- I have done groovydoc and groovyConsole (just on master so far). I

[jira] [Commented] (GROOVY-8592) Migrate command line tools to picocli version of CliBuilder

2018-05-25 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491490#comment-16491490 ] Remko Popma commented on GROOVY-8592: - I had a quick look at the usage help message for groovysh

[GitHub] groovy pull request #725: GROOVY-8607: CliBuilder should ignore 'opt' proper...

2018-05-25 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/725 GROOVY-8607: CliBuilder should ignore 'opt' property if provided with… …in a Map of arguments You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (GROOVY-8607) CliBuilder should ignore 'opt' property if provided within a Map of arguments

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

[GitHub] groovy pull request #726: Minor refactoring: use another extracting placehol...

2018-05-25 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/726 Minor refactoring: use another extracting placeholder logic You can merge this pull request into a Git repository by running: $ git pull https://github.com/danielsun1106/groovy

[GitHub] groovy pull request #724: Release 2.5.0 related fixes

2018-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/724 ---

[jira] [Created] (GROOVY-8607) CliBuilder should ignore 'opt' property if provided within a Map of arguments

2018-05-25 Thread Paul King (JIRA)
Paul King created GROOVY-8607: - Summary: CliBuilder should ignore 'opt' property if provided within a Map of arguments Key: GROOVY-8607 URL: https://issues.apache.org/jira/browse/GROOVY-8607 Project:

[GitHub] groovy pull request #725: GROOVY-8607: CliBuilder should ignore 'opt' proper...

2018-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/725 ---

[jira] [Commented] (GROOVY-8607) CliBuilder should ignore 'opt' property if provided within a Map of arguments

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

[GitHub] groovy pull request #724: Release 2.5.0 related fixes

2018-05-25 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/724 Release 2.5.0 related fixes Some recent commits seem to cause problems with the Nextflow 2.5.0 snapshot builds on the CI server. One can lead to a NPE (commit