You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by danielsun1106 <gi...@git.apache.org> on 2017/02/22 01:45:20 UTC

[GitHub] groovy pull request #503: Provide logging for bytecode generation

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 <re...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] groovy pull request #503: Provide logging for bytecode generation

Posted by danielsun1106 <gi...@git.apache.org>.
Github user danielsun1106 closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---