[GitHub] groovy pull request #820: GROOVY-8872: Populate parameter names from byte co...

2018-11-08 Thread jameskleeh
GitHub user jameskleeh opened a pull request: https://github.com/apache/groovy/pull/820 GROOVY-8872: Populate parameter names from byte code when available I'm not sure how to create a test for this. I verified the change works locally in the example project I linked and uploaded

[GitHub] groovy pull request #779: GROOVY-8726: Store the method node reference in Pa...

2018-11-08 Thread jameskleeh
Github user jameskleeh closed the pull request at: https://github.com/apache/groovy/pull/779 ---

[GitHub] groovy pull request #779: GROOVY-8726: Store the method node reference in Pa...

2018-08-02 Thread jameskleeh
GitHub user jameskleeh opened a pull request: https://github.com/apache/groovy/pull/779 GROOVY-8726: Store the method node reference in Parameter This implementation copies all parameters when they are passed to the method node constructor. While there will be some waste

[GitHub] groovy pull request #457: If a converter is found, further process the resul...

2016-11-05 Thread jameskleeh
GitHub user jameskleeh opened a pull request: https://github.com/apache/groovy/pull/457 If a converter is found, further process the result You can merge this pull request into a Git repository by running: $ git pull https://github.com/jameskleeh/groovy master Alternatively