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/10 16:47:40 UTC

[GitHub] groovy pull request #701: GROOVY-8520 fixes (attempt 3)

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(attempt3)

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

    https://github.com/apache/groovy/pull/701.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 #701
    
----
commit ce8cd8fcf287d4a66600bd21348b54d01770797e
Author: Remko Popma <re...@...>
Date:   2018-05-06T22:07:35Z

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

commit abdc7ae402732a8078790d5d3b99405d6f801311
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 e510419fc131251478a76444458f97c48dfeea90
Author: Remko Popma <re...@...>
Date:   2018-05-06T23:19:19Z

    GROOVY-8520 add @since tag to acceptLongOptionsWithSingleHyphen property

commit fa77970a61ff777bbf6d54f87a71712afdf35b72
Author: Remko Popma <re...@...>
Date:   2018-05-10T14:42:19Z

    GROOVY-8520 change `setPosix` signature to accept Boolean parameter instead of boolean; handle null values

----


---

[GitHub] groovy pull request #701: GROOVY-8520 fixes (attempt 3)

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

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


---