[GitHub] groovy pull request #774: GROOVY-8282: Error while popping argument from ope...

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] groovy pull request #774: GROOVY-8282: Error while popping argument from ope...

2018-07-12 Thread paulk-asert
GitHub user paulk-asert opened a pull request:

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

GROOVY-8282: Error while popping argument from operand stack tracker …

…in class ...$Trait$Helper

Bare named argument parameters are captured in a TupleExpression rather 
than an ArgumentListExpression.
While it would be nice to retrofit APP to have the correct type, that would 
impact many more places.

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

$ git pull https://github.com/paulk-asert/groovy groovy8282

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

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


commit f4baa9c82720bcf2ceda57f5c793b81ac6b8b5f4
Author: Paul King 
Date:   2018-07-12T11:30:54Z

GROOVY-8282: Error while popping argument from operand stack tracker in 
class ...$Trait$Helper

Bare named argument parameters are captured in a TupleExpression rather 
than an ArgumentListExpression.
While it would be nice to retrofit APP to have the correct type, that would 
impact many more places.




---