Re: Problem creating groovy-macro spec files

2016-05-22 Thread Mario Garcia
I'm debugging now *Groovy7316Bug* So far, the test passes if we assume that the AST should be correct in a later phase: void testTypeCheckingBypassUsingExplicitTypeHint() { assertScript ''' public T getSomething() { null } public List getList() {

Re: Problem creating groovy-macro spec files

2016-05-22 Thread Guillaume Laforge
You might want to ping Sergei, Groovy Macro's creator. I've added Sergei in CC. Guillaume On Sun, May 22, 2016 at 3:29 PM, Mario Garcia wrote: > Yep, that's what I thought, but I was hoping somebody telling me It was my > fault :P > > I'll take a further look to see if

Re: Problem creating groovy-macro spec files

2016-05-22 Thread Pascal Schumacher
Hi Mario, as far as I remember groovy-macro is global ast-transformation. I guess here is some side-effect/bug which causes the test failures. Sadly I lack the necessary knowledge to investigate further. -Pascal Am 22.05.2016 um 14:33 schrieb Mario Garcia: Hi: I'm trying to write some

Re: Problem creating groovy-macro spec files

2016-05-22 Thread Mario Garcia
BTW I'm using Linux Debian open-jdk 1.8.0_72 2016-05-22 14:33 GMT+02:00 Mario Garcia : > Hi: > > I'm trying to write some examples about the new features coming in the new > 'groovy-macro' but I'm experiencing some issues. > > In order to use 'groovy-macro' in the specs