With all the grammar improvements happening, one that has always bothered me is having to do this:
@IgnoreIf( { System.getenv('TRAVIS') } ) def foo() {} Instead of @IgnoreIf { System.getenv('TRAVIS') } def foo() {} Could this be improved with the new grammar? Or are there still ambiguity issues? Cheers -- Graeme Rocher