Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Make gadget linker shardable #423

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-gadgets-1.2.0 

Detailed description:
Shardable linkers are the updated GWT 2.1 design for linkers. It permits more 
parallelism in the build.  This patch is from Lex Spoon, but is not compatible 
with prior versions of GWT:

from Lex:
"I didn't get as far on this as I hoped. The attached patch should
work, but it breaks compatibility with older GWTs. So to use this
patch, you'd have to have one version of galgwt for newer GWTs and one
for older.

The problem is that, even with the new gwtIsShardable field, there are
other problems getting an updated version to compile against an older
version of GWT.  I fooled around with a little, but it's tricky.
Either it requires a lot of reflection, or it requires a little bit of
reflection and a lot of code duplication. Or, maybe it just requires
some cleverness I haven't thought of."

Uploaded for code review:
http://gwt-code-reviews.appspot.com/968801

Original issue reported on code.google.com by zundel@google.com on 7 Oct 2010 at 2:04

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 28 Oct 2011 at 8:42