Getting started with contribution

2016-03-21 Thread Andrey Atapin
Hi folks, I’ve just logged an issue of Groovy SQL (https://issues.apache.org/jira/browse/GROOVY-7798), and if you don’t mind I’d like to fix it myself and bring some good to the community. Sincerely, Andrey Atapin.

Re: About the license of the sample codes from Groovy in Action 2nd Edition

2016-03-21 Thread Jorge Franco
Hey! In grooscript there are a few groovy script with assert's. I use them to check conversions to javascript. Feel free to use if you want, is APL 2, https://github.com/chiquitinxx/grooscript/tree/master/src/test/resources 2016-03-21 17:05 GMT+01:00 daniel_sun : > Hi List, > > Jesper and I

About the license of the sample codes from Groovy in Action 2nd Edition

2016-03-21 Thread daniel_sun
Hi List, Jesper and I are tring to implement Groovy parser via antlr4. Some typical test cases are required to check the compatibility between the antlr2 parser and the antlr4 parser. As we all know, Groovy in Action 2nd Edition is the most definitive book for Groovy and contain many sample c