Re: Groovy Console AstNodeToScriptAdapter improvements

2021-04-13 Thread Daniel Sun
Hi Leonard, It would be great if you could provide a PR to backport these changes. Thanks in advance! P.S. sorry for the late reply, too busy recently... Cheers, Daniel Sun On 2021/03/17 20:03:21, Leonard Brünings wrote: > Hi, > > recently Björn Kautler and I worked on a feature to tes

Groovy Console AstNodeToScriptAdapter improvements

2021-03-17 Thread Leonard Brünings
Hi, recently Björn Kautler and I worked on a feature to test Spocks AST transforms by transpiling the resulting AST back to source. We based it off the groovy-console code, but had to fix some bugs and improve insufficient rendering. Here is the PR for Spock if you are interested in taking a loo