You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by remkop <gi...@git.apache.org> on 2018/05/06 23:23:23 UTC

[GitHub] groovy pull request #695: GROOVY-8520 fixes

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: @Unparsed annotation description attribute was ignored
    * add @since tag to acceptLongOptionsWithSingleHyphen property

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/remkop/groovy GROOVY-8520-fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/695.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #695
    
----
commit f115ef292b859f3035a2894d438679e1d39268ad
Author: Remko Popma <re...@...>
Date:   2018-04-29T23:39:40Z

    GROOVY-8520 CliBuilder groovydoc improvements

commit 10a7a3c6dc8a4974a4ed7fd1b35adabcd079eaa9
Author: Remko Popma <re...@...>
Date:   2018-05-01T21:33:42Z

    Merge remote-tracking branch 'upstream/master'

commit de3c3a8bcd04a4c05cbf605100f1a029417ccb17
Author: Remko Popma <re...@...>
Date:   2018-05-03T13:53:26Z

    Merge remote-tracking branch 'upstream/master'

commit c1fd6cf55b5c59cf08a5efdaabc91b9656296690
Author: Remko Popma <re...@...>
Date:   2018-05-04T07:35:05Z

    Merge remote-tracking branch 'upstream/master'

commit 4679fc5ee2ec823e22c3d5375f651c255dbd0bed
Author: Remko Popma <re...@...>
Date:   2018-05-04T07:35:42Z

    GROOVY-8567 Migrate Groovyc to picocli

commit 3900e3b3f7a60cf420a766f7fa7c5f3882cc0c62
Author: Remko Popma <re...@...>
Date:   2018-05-04T09:45:12Z

    GROOVY-8567 Migrate Groovyc to picocli: reinstate method `FileSystemCompiler::displayVersion`

commit 66c7e6751fca1f0e28db1f9475f3acfe9f96e344
Author: Remko Popma <re...@...>
Date:   2018-05-04T22:39:49Z

    GROOVY-8556 embed jarjar'd picocli for internal Groovy usage of picocli

commit 28cca36ebb597623ea7c95cf125d2bd673d60fae
Author: Remko Popma <re...@...>
Date:   2018-05-06T07:08:46Z

    GROOVY-8567 Migrate Groovyc to picocli: fix usage help message and add implementation note

commit 659bbf8d3ee95d0544cbf490b6813b4e3c84a7db
Author: Remko Popma <re...@...>
Date:   2018-05-06T09:21:54Z

    GROOVY-8567 ensure standard help options appear last in the usage help message

commit bd57d459feda8c227019a8dd276417e2bf267208
Author: Remko Popma <re...@...>
Date:   2018-05-06T14:21:17Z

    GROOVY-8567 reinstate method `FileSystemCompiler::displayHelp(org.apache.commons.cli.Options)`, add picocli equivalent

commit 5311b85d28d4565386e5fa19d8efb804e600c5b6
Author: Remko Popma <re...@...>
Date:   2018-05-06T22:07:35Z

    GROOVY-8520 bugfix: @Unparsed annotation description attribute was ignored

commit 39dc96ad52c77e1e0b8787e0a6bf28721689d3f6
Author: Remko Popma <re...@...>
Date:   2018-05-06T23:18:38Z

    GROOVY-8520 add CliBuilder.setParser and setFormatter methods that ignore the specified values and print a warning to stderr to easy the transition for existing applications

commit adb807fddd104b69c9fedad940e526bdea7b5076
Author: Remko Popma <re...@...>
Date:   2018-05-06T23:19:19Z

    GROOVY-8520 add @since tag to acceptLongOptionsWithSingleHyphen property

----


---

[GitHub] groovy pull request #695: GROOVY-8520 fixes

Posted by remkop <gi...@git.apache.org>.
Github user remkop closed the pull request at:

    https://github.com/apache/groovy/pull/695


---