[gwt-contrib] Re: Reduces size of the compile report (soyc) for large projects with many (issue1171801)

2010-12-01 Thread zundel
To justify the complexity of this change, here is the dramatic difference in the leftoverStatus and splitStatus reports: before: -rwxrwxrwx 1 zundel nonconf 149M Nov 24 14:37 leftoverStatus-0.html -rwxrwxrwx 1 zundel nonconf 33M Nov 24 14:37 splitStatus-0.html after: -rw-r- 1 zundel eng

[gwt-contrib] Re: Reduces size of the compile report (soyc) for large projects with many (issue1171801)

2010-12-01 Thread kprobst
LGTM, but please not my comments... SOYC is becoming smart!! One thing I'm wondering is whether we have a good way of making sure we still get the right information everywhere (the smarter it gets, the harder it gets to follow in some sense, e.g., one-character function names, etc.). There's

[gwt-contrib] Re: Reduces size of the compile report (soyc) for large projects with many (issue1171801)

2010-12-01 Thread zundel
http://gwt-code-reviews.appspot.com/1171801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Reduces size of the compile report (soyc) for large projects with many (issue1171801)

2010-12-01 Thread Eric Ayers
On Wed, Dec 1, 2010 at 1:49 PM, kpro...@google.com wrote: LGTM, but please note my comments... SOYC is becoming smart!! One thing I'm wondering is whether we have a good way of making sure we still get the right information everywhere (the smarter it gets, the harder it gets to follow in