Github user remkop commented on the pull request:
https://github.com/apache/groovy/commit/a798866fcfd98f7b2cd46e948b37217a8349f609#commitcomment-29728904
Thanks for the heads up!
The test fails because of a change in the error message format. Iâll fix
it tonight and Iâll make
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/770
GROOVY-8690 bump picocli to v3.2.0 from 3.1.0
Details in https://issues.apache.org/jira/browse/GROOVY-8690
You can merge this pull request into a Git repository by running:
$ git pull https
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/745
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/745
GROOVY-8621 Grape command line tool synopsis improvement version2
see https://issues.apache.org/jira/browse/GROOVY-8621
Previously merged PR had layout issues. Fixed in this PR.
You can
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/743
GROOVY-8621 Grape command line tool synopsis improvement
see https://issues.apache.org/jira/browse/GROOVY-8621
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/742
GROOVY-8620 Update docs for Grape dependency manager
see https://issues.apache.org/jira/browse/GROOVY-8620
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/741
GROOVY-8618 Update docs for GroovyConsole
see https://issues.apache.org/jira/browse/GROOVY-8618
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/740
GROOVY-8619 Update docs for Groovy Shell
see https://issues.apache.org/jira/browse/GROOVY-8619
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/728
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/728
GROOVY-8605 Autocompletion for Groovy command line tools
This PR adds bash completion scripts for the Groovy command line tools in
{{installdir/bin}}. This will enhance the user experience for users
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/711
GROOVY-8589 bugfix: should not show error about missing mandatory args when
--help or --version is specified
GROOVY-8589 bugfix: should not show error about missing mandatory args when
--help or
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/710
GROOVY-8588 use lowercase -v for --version in groovyc to be consistent with
other Groovy command line tools
GROOVY-8588 use lowercase -v for --version in groovyc to be consistent with
other Groovy
Github user remkop commented on a diff in the pull request:
https://github.com/apache/groovy/pull/704#discussion_r188142573
--- Diff: src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy ---
@@ -19,290 +19,323 @@
package org.codehaus.groovy.tools
import
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/704
GROOVY-8577 Migrate org.codehaus.groovy.tools.GrapeMain.groovy to picocli
GROOVY-8577 Migrate org.codehaus.groovy.tools.GrapeMain.groovy to picocli
You can merge this pull request into a Git
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/700
---
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/694
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/703
GROOVY-8567 Migrate Groovyc to picocli
Migrate groovyc to picocli.
Rebased and squashed commits. This PR replaces #694.
You can merge this pull request into a Git repository by running
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/697
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/702
GROOVY-8569 GroovyMain picocli migration
Migrate `groovy.ui.GroovyMain` from commons-cli to picocli.
Replaces PR #697
You can merge this pull request into a Git repository by running
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/696
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/701
GROOVY-8520 fixes (attempt 3)
Rebased on master, replaces PR #696
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/remkop/groovy GROOVY-8520-fixes
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/700
GROOVY-8576 Remove Java2GroovyMain dependency on commons-cli
`org.codehaus.groovy.antlr.java.Java2GroovyMain` can be simplified by
removing its dependency on commons-cli: it does not have any
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/697
GROOVY-8569 GroovyMain picocli migration
Migrate `groovy.ui.GroovyMain` from commons-cli to picocli.
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/696
GROOVY-8520 fixes (attempt 2)
* add CliBuilder.setParser and setFormatter methods that ignore the
specified values and print a warning to stderr to easy the transition for
existing applications
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/695
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/695
GROOVY-8520 fixes
* add CliBuilder.setParser and setFormatter methods that ignore the
specified values and print a warning to stderr to easy the transition for
existing applications
* bugfix
Github user remkop commented on a diff in the pull request:
https://github.com/apache/groovy/pull/694#discussion_r186292414
--- Diff: src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
---
@@ -77,18 +73,6 @@ public void compile(File[] files) throws Exception
Github user remkop commented on a diff in the pull request:
https://github.com/apache/groovy/pull/694#discussion_r186035996
--- Diff: src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
---
@@ -77,18 +73,6 @@ public void compile(File[] files) throws Exception
Github user remkop commented on a diff in the pull request:
https://github.com/apache/groovy/pull/694#discussion_r186035195
--- Diff: src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
---
@@ -77,18 +73,6 @@ public void compile(File[] files) throws Exception
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/694
GROOVY-8567 Migrate Groovyc to picocli
GROOVY-8567 Migrate Groovyc to picocli
See comments in the JIRA ticket.
You can merge this pull request into a Git repository by running:
$ git
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/692
GROOVY-8520 CliBuilder groovydoc improvements
Groovy-doc improvements for CliBuilder.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/remkop
Github user remkop closed the pull request at:
https://github.com/apache/groovy/pull/687
---
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/688
GROOVY-8520 add picocli-based CliBuilder
Rebased on the GROOVY_2_5_X branch with all commits squashed.
Requires picocli 3.0.0-beta-2.
Renamed package to {{groovy.cli.picocli
GitHub user remkop opened a pull request:
https://github.com/apache/groovy/pull/687
Groovy-8520 picocli-based CliBuilder
Details are in the JIRA:
https://issues.apache.org/jira/browse/GROOVY-8520
You can merge this pull request into a Git repository by running:
$ git
34 matches
Mail list logo