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

[GitHub] groovy pull request #815: GROOVY-8855: Matcher.asBoolean() does not rely on ...

GitHub user wololock opened a pull request:

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

    GROOVY-8855: Matcher.asBoolean() does not rely on matchers internal search index anymore

    Fixes https://issues.apache.org/jira/browse/GROOVY-8855

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

    $ git pull https://github.com/wololock/groovy GROOVY-8855

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

    https://github.com/apache/groovy/pull/815.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 #815
    
----
commit 86af86e0739e00374cd691df7c21ac7d9e3fe835
Author: Szymon Stepniak <sz...@...>
Date:   2018-10-23T11:21:22Z

    GROOVY-8855: Matcher.asBoolean() does not rely on matchers internal search index anymore

----


---