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

2018-10-23 Thread wololock
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 
Date:   2018-10-23T11:21:22Z

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




---


[GitHub] groovy pull request #812: GROOVY-8848: Named parameters documentation missin...

2018-10-16 Thread wololock
GitHub user wololock opened a pull request:

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

GROOVY-8848: Named parameters documentation missing explanation for mixing 
multiple parameters use case

This pull request fixes https://issues.apache.org/jira/browse/GROOVY-8848

The problem explained in updated documentation "Named arguments" section 
was reported on Stack Overflow today - 
https://stackoverflow.com/q/52832382/2194470

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

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

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

https://github.com/apache/groovy/pull/812.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 #812


commit 322275d5b1db27cfae59d6b1c4744c5e33432753
Author: Szymon Stepniak 
Date:   2018-10-16T22:03:48Z

GROOVY-8848: added mixing named arguments with other arguments use case 
explanation to the documentation




---


[GitHub] groovy pull request #794: Documentation updated: added static methodMissing ...

2018-09-10 Thread wololock
GitHub user wololock opened a pull request:

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

Documentation updated: added static methodMissing and propertyMissing 
variants description

This pull requests adds missing documentation for `$static_methodMissing` 
and `$static_propertyMissing` methods.

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

$ git pull https://github.com/wololock/groovy metaprogramming-doc-update

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

https://github.com/apache/groovy/pull/794.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 #794


commit 4d411b7f97dd30b0787f0db41f1248a614c32dc2
Author: Szymon Stępniak 
Date:   2018-09-10T17:42:49Z

Documentation updated: added static methodMissing and propertyMissing 
variants description




---