[ 
https://issues.apache.org/jira/browse/GROOVY-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580588#comment-14580588
 ] 

ASF GitHub Bot commented on GROOVY-7423:
----------------------------------------

GitHub user nickgrealy opened a pull request:

    https://github.com/apache/incubator-groovy/pull/38

    GROOVY-7423: Access to Method parameter names at runtime.

    @paulk-asert - New clean pull request (finally!)

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

    $ git pull https://github.com/nickgrealy/incubator-groovy master

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

    https://github.com/apache/incubator-groovy/pull/38.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 #38
    
----
commit 6b37e471440175f2dab34bfa0252222b94942c26
Author: Nick Grealy <nickgre...@gmail.com>
Date:   2015-06-10T14:34:22Z

    GROOVY-7423: Added access to Method parameter names at runtime.

----


> Access to Method parameter names at runtime
> -------------------------------------------
>
>                 Key: GROOVY-7423
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7423
>             Project: Groovy
>          Issue Type: Improvement
>          Components: ast builder, command line processing, Compiler, 
> groovy-runtime
>            Reporter: Nick Grealy
>            Assignee: Guillaume Laforge
>              Labels: easyfix, features
>             Fix For: 2.2.3
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Given that JDK8 now supports accessing parameter names at runtime
> <http://openjdk.java.net/jeps/118>, I'd like to incorporate this behaviour
> into the Groovy compiler.
> I'm proposing adding a command line/configuration change to the groovyc
> compiler, to add reflective information to the compiled bytecode (i.e. the
> parameter names).
> I'm not proposing any changes to the current behaviour of method invocation
> (using named parameters).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to