Re: [PROGRESS REPORT 20161004]groovy-parser

2016-10-09 Thread Guillaume Laforge
I agree we should also try the new parser on a handful of other popular projects, as it'd ensure the parser can parse even more of Groovy that is in the wild. Le dimanche 9 octobre 2016, Thibault Kruse a écrit : > Should the new parser also pass tests for the most-used frameworks > before being

Re: [PROGRESS REPORT 20161004]groovy-parser

2016-10-07 Thread Paul King
On Fri, Oct 7, 2016 at 8:16 PM, Thibault Kruse wrote: > On Tue, Oct 4, 2016 at 1:22 AM, daniel_sun wrote: >> 2) >> subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/commands/DocCommand.groovy(TODO >> confirm: https://github.com/danielsun1106/groovy-parser/issues/5); > >

Re: [PROGRESS REPORT 20161004]groovy-parser

2016-10-07 Thread Thibault Kruse
On Tue, Oct 4, 2016 at 1:22 AM, daniel_sun wrote: > 2) > subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/commands/DocCommand.groovy(TODO > confirm: https://github.com/danielsun1106/groovy-parser/issues/5); So the current Groovy parser could handle this case?

Re: [PROGRESS REPORT 20161004]groovy-parser

2016-10-06 Thread Graeme Rocher
That is awesome, keep up the good work. Cheers On Wed, Oct 5, 2016 at 5:57 AM, daniel_sun wrote: > Thanks :) > > > > -- > View this message in context: > http://groovy.329449.n5.nabble.com/PROGRESS-REPORT-20161004-groovy-parser-tp5735725p5735778.html > Sent from the Groovy Dev mailing list arch

Re: [PROGRESS REPORT 20161004]groovy-parser

2016-10-04 Thread daniel_sun
I'm trying to set the new parser as the default to build and test, *13396 tests completed, 6 failed, 9 skipped* https://travis-ci.org/danielsun1106/groovy -- View this message in context: http://groovy.329449.n5.nabble.com/PROGRESS-REPORT-20161004-groovy-parser-tp5735725p5735777.html Sent from

RE: [PROGRESS REPORT 20161004]groovy-parser

2016-10-04 Thread daniel_sun
Thanks :) -- View this message in context: http://groovy.329449.n5.nabble.com/PROGRESS-REPORT-20161004-groovy-parser-tp5735725p5735778.html Sent from the Groovy Dev mailing list archive at Nabble.com.

RE: [PROGRESS REPORT 20161004]groovy-parser

2016-10-04 Thread atuzov .
+1 4 окт. 2016 г. 16:34 пользователь "Miles, Chris (MFT)" написал: > Excellent, well done! > > From: daniel_sun [realblue...@hotmail.com] > Sent: 03 October 2016 17:22 > To: d...@groovy.incubator.apache.org > Subject: [PROGRESS REPORT 20161004]groovy-pars

RE: [PROGRESS REPORT 20161004]groovy-parser

2016-10-04 Thread Miles, Chris (MFT)
Excellent, well done! From: daniel_sun [realblue...@hotmail.com] Sent: 03 October 2016 17:22 To: d...@groovy.incubator.apache.org Subject: [PROGRESS REPORT 20161004]groovy-parser Hi List, Currently the new parser can parse almost all groovy source co