GWT
The new GWT version.
09/11/09 19:18
I just upgraded the GWT version that my accounting
software is using. That wasn't exactly painless -
suddenly I got 100+ warnings to fix. It appears that
the eventing model has changed deprecating all my
event methods. And I didn't care to add anti
corruption. Luckily this is "quite small" and it is a
couple of hour of work.
In addition there are more deprecation in how I have used their I18N stuff and their native JS stuff...
On the brighter side, after creating a subclass with its own compile with reduced targets (only Norwegian and Firefox) it reduced the amount of permutations down to 3 on the compile. Now the compile time down to 20 seconds on my new Mac Pro. That's 1/3 of the "full" compile so I'm pretty happy with that.
In addition there are more deprecation in how I have used their I18N stuff and their native JS stuff...
On the brighter side, after creating a subclass with its own compile with reduced targets (only Norwegian and Firefox) it reduced the amount of permutations down to 3 on the compile. Now the compile time down to 20 seconds on my new Mac Pro. That's 1/3 of the "full" compile so I'm pretty happy with that.
|