You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by bsideup <gi...@git.apache.org> on 2016/10/08 17:05:56 UTC

[GitHub] groovy pull request #443: Simplify MacroGroovy substitutions' implementation...

GitHub user bsideup opened a pull request:

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

    Simplify MacroGroovy substitutions' implementation.

    Assume the order of substitutions, so we can use a list instead of a map to pass the context. 
    
    Fixes some Antlr4 migration-related issues ( https://github.com/danielsun1106/groovy/issues/5 )
    
    /cc @melix 

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

    $ git pull https://github.com/bsideup/groovy simplify-macro-groovy

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

    https://github.com/apache/groovy/pull/443.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 #443
    
----
commit 24c68e10cfb3c440beff900621d139d986d94c91
Author: Sergei Egorov <se...@zeroturnaround.com>
Date:   2016-10-08T17:03:19Z

    Simplify MacroGroovy substitutions' implementation.
    
    Assume the order of substitutions, so we can use a list instead of a map to pass the context. Fixes some related issues to Antlr4 migration.

----


---
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 #443: Simplify MacroGroovy substitutions' implementation...

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

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


---
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.
---