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 2018/05/29 11:42:07 UTC

[GitHub] groovy pull request #734: Make some groovy classes compile static

GitHub user danielsun1106 opened a pull request:

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

    Make some groovy classes compile static

    In order to reduce the size of class files and improve the performance of groovy console, the PR tries to make as many groovy classes as possible compile static.

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

    $ git pull https://github.com/danielsun1106/groovy compilestatic-groovyconsole

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

    https://github.com/apache/groovy/pull/734.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 #734
    
----
commit a50b2b1f7094922011ad5372c5c0ae8b1d47a169
Author: Daniel Sun <re...@...>
Date:   2018-05-29T11:10:02Z

    Make some groovy class compile static

----


---

[GitHub] groovy pull request #734: GROOVY-8635: Make some groovy classes of groovy co...

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

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


---