Sergei, I might try to find time shortly to produce a spike of a slightly improved transform similar to MapArguments. Are you happy for me to use parts of yours if needed?
Cheers, Paul. On Wed, Oct 5, 2016 at 12:39 AM, Sergei Egorov <bsid...@gmail.com> wrote: > Hi Graeme, > > FYI a few years ago I created an AST transformation for MapArguments: > https://github.com/bsideup/GroovyMapArguments/blob/master/src/test/groovy/ru/trylogic/groovy/mapargs/MapArgumentsTest.groovy > > Might be helpful :) > > > BR, > Sergei > > On Tue, Oct 4, 2016 at 5:33 PM Graeme Rocher <graeme.roc...@gmail.com> > wrote: >> >> Closely linked to >> >> https://issues.apache.org/jira/browse/GROOVY-7956 >> >> I would like to propose adding the ability to create builders that can >> be statically compiled by adding a capability similar to Scala's >> Dynamic: >> >> https://issues.apache.org/jira/browse/GROOVY-7957 >> >> Some considerations: >> >> * Behavior of closure delegates? >> * invokeMethod vs methodMissing >> >> Thoughts? >> >> Cheers >> >> -- >> Graeme Rocher