[gwt-contrib] Re: -validateOnly

2015-07-11 Thread Thomas Broyer
On Thursday, June 6, 2013 at 9:52:19 AM UTC+2, Thomas Broyer wrote: > > Great! > > Do you think that's something that should be run by default when > someone builds a GWT library? (integrated in the lifecycle of the > gwt-lib maven packaging) or it would be better left as an optional > additi

[gwt-contrib] Re: -validateOnly

2013-06-06 Thread Thomas Broyer
Great! Do you think that's something that should be run by default when someone builds a GWT library? (integrated in the lifecycle of the gwt-lib maven packaging) or it would be better left as an optional additional feature? Are you using it at Google? or are you rather relying on unit-tests? (or

[gwt-contrib] Re: -validateOnly

2013-06-05 Thread Ray Cromwell
I haven't look at the code, but I think it runs a precompile, and then stops. So it constructs the whole program AST and runs generators, so it runs all checking up to that point. I'm pretty sure it should be running JSORestrictionsChecker which runs on JDT I believe. On Wed, Jun 5, 2013 at 6:2