[
https://issues.apache.org/jira/browse/GROOVY-8848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652525#comment-16652525
]
ASF GitHub Bot commented on GROOVY-8848:
----------------------------------------
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 <szymon.stepniak@...>
Date: 2018-10-16T22:03:48Z
GROOVY-8848: added mixing named arguments with other arguments use case
explanation to the documentation
----
> Named parameters documentation missing explanation for mixing multiple
> parameters use case
> ------------------------------------------------------------------------------------------
>
> Key: GROOVY-8848
> URL: https://issues.apache.org/jira/browse/GROOVY-8848
> Project: Groovy
> Issue Type: Documentation
> Components: Documentation
> Affects Versions: 3.0.0-alpha-3, 2.5.3
> Reporter: Szymon Stępniak
> Priority: Minor
>
> It looks like current documentation page that explains named parameters is
> missing information about what happens when we start mixing named parameters
> with additional parameters.
> Current documentation -
> http://docs.groovy-lang.org/latest/html/documentation/#_named_arguments
> This problem was reported on Stack Overflow -
> https://stackoverflow.com/questions/52832382/omiting-brackets-for-named-arguments-inverts-order/52834346#52834346
> Please assign this task to me - I will prepare a pull request with
> documentation update in a few hours.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)