Hi dev list,

      The brand new parser for Groovy can parse all groovy code of
*Grails-3.2.0(1150 PASSES / 1150 IN TOTAL)*, almost all groovy code of
*Gradle-3.1(3961 PASSES / 3963 IN TOTAL)*, all groovy code of *Spock(294
PASSES / 294 IN TOTAL)*, all groovy code of *Geb-1.0(409 PASSES / 409 IN
TOTAL)*.  The whole test result is: *tests failed: 3, passed: 19405,
ignored: 9*, you can find the details at
http://ci.groovy-lang.org/viewType.html?buildTypeId=Groovy_Antlr4grammar&guest=1

        Now we have the following issues to fix :
a)  the 3 failing test cases related to macro(The PR
https://github.com/apache/groovy/pull/443  can fix them);

b)  2 issues to confirm or fix: 
          1, https://github.com/danielsun1106/groovy-parser/issues/11     
(to confirm)
          2, https://github.com/danielsun1106/groovy-parser/issues/10     
(to fix)

c)  'src/test/groovy/EscapedUnicodeTest.groovy' is writtern in unicode
escapes and stops groovy generating class files, so I commented it for the
time being. IMO, it seems meaningless to test it becuase the keywords are
also written in unicode escapes. BTW, the brand new parser can handle
unicode escape identifiers properly, e.g. def \u9fa5 = 123
       
        At last, I want to thank* Jochen Theodorou* and *Paul King* who
helped me confirm issues and offered suggestions, *Sergei Egorov* who helped
me fix the 3 failing test cases related to MacroGroovy, *Cédric Champeau*
who offered me a new CI instance :)

Cheers,
Daniel.Sun



--
View this message in context: 
http://groovy.329449.n5.nabble.com/PROGRESS-REPORT-20161012-groovy-parser-tp5736074.html
Sent from the Groovy Dev mailing list archive at Nabble.com.

Reply via email to