GitHub user danielsun1106 opened a pull request:

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

    Provide logging for bytecode generation

    ## Background
    Debugging bytecode issues is a hard work, one of reason is lack of logging.
    
    ## Solution
    The PR provides LoggableClassVisitor and LoggableTextifier to make 
debugging easy. We can debug step by step and investigate bytecode generation 
line by line. Logging bytecode generation can be enabled by 
`-Dgroovy.log.classgen=true` 


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

    $ git pull https://github.com/danielsun1106/groovy loggableTextifier

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

    https://github.com/apache/groovy/pull/503.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 #503
    
----
commit c3dcc01b849727f5a09361d68f1f0508c474a31f
Author: Daniel Sun <realblue...@hotmail.com>
Date:   2017-02-22T01:28:25Z

    Provide logging for bytecode generation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to