Re: NPE with new Macro feature

2018-08-08 Thread Mauro Sanna
Delete me. On Mon, 16 Jul 2018 at 08:33, Paolo Di Tommaso wrote: > Dear all, > > I'mv trying to use the new `macro` feature to execute a class method call > expression using an executor service. > > I've tried: > > > private BlockStatement wrap(MethodCallExpression mce) { > return

NPE with new Macro feature

2018-07-16 Thread Paolo Di Tommaso
Dear all, I'mv trying to use the new `macro` feature to execute a class method call expression using an executor service. I've tried: private BlockStatement wrap(MethodCallExpression mce) { return macro(true,{ def executor =