2011/5/27 Scott Blum <[email protected]> > The compiler internals could be coded to use binary names. Obviously, > generators would do something sensible. > > For example, I know that rebind rules in gwt.xml are tracked by source > name. Well, those could get looked up in TypeOracle and translated to the > appropriate binary name and tracked that way. You would always to one-way > conversions from source->binary and never back. >
I cannot comment on your proposals because I don't know gwt internals enough. I decided to add a method to TypeOracle that allows me to ask if given type comes from Java or Jribble. If it's Jribble I don't try to do any conversions. This is ugly and fragile method but seems to be the only viable strategy for now. If you guys can come up with systematic solution to this problem it would be awesome. -- Grzegorz Kossakowski -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
