On Fri, Aug 20, 2010 at 2:25 PM, <[email protected]> wrote: > Change LGTM, but why is this a problem in practice? Isn't the generated > source transient?
It is, except when you use the -gen flag because you actually want to see the generated output. What I was seeing is that, in some cases, the line endings wouldn't even be consistent within the same file! Parts of it that were generated by one subsystem would be one way, and some nested code generated in a temp buffer in another subsystem would be the other. Fixing this gets rid of some annoying diff behavior when comparing generator outputs. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
