On Tue, Mar 31, 2009 at 9:40 AM, Scott Blum <[email protected]> wrote:

> Actually, I didn't mean that it was going to pull in arbitrary amounts of
> code.  I just literally meant that the body of that toString() is pretty big
> for a micro-app, like a small gadget based on GQuery.  I just don't see the
> value of adding that code into a web mode production build.


My point is I don't see why this is different than any other toString() --
should we be short circuiting HashMap.toString()/etc for production
compiles?  If an app is concerned about pulling in all the toString methods,
they will already be working make sure they are not used in which case this
will get pruned as well, right?

-- 
John A. Tamplin
Software Engineer (GWT), Google

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to