7 Oct 15:37
0.8 migration report
From: Gaetan de Menten <gdementen <at> gmail.com>
Subject: 0.8 migration report
Newsgroups: gmane.comp.lang.javascript.qooxdoo.devel
Date: 2008-10-07 13:37:56 GMT
Subject: 0.8 migration report
Newsgroups: gmane.comp.lang.javascript.qooxdoo.devel
Date: 2008-10-07 13:37:56 GMT
Hi all, Here is my experience with migrating my code to 0.8. It was quite a painful experience for me... In the hope you can make it a more pleasant experience for others, here are my comments about the migration itself. I also had many issues in 0.8 which made the migration painful, but since those are not specific to migrating from an earlier version, I'll post those which are not fixed yet in trunk in separate messages. These comments are after an attempt to follow the guidelines at: http://qooxdoo.org/documentation/0.8/migration_guide_from_07 * I abandoned trying to go through the advertised "legacy" route (way "1" in the guide). It just didn't work for me and made me loose much time instead of saving some... The problem is that when you want to go through "route 2", there are apparently no automated script to help you: you have lots of "legacy" references that you need to get rid of. It would be nice if there was a migration path for those who would like to go straight to non-legacy crippled 0.8, as the migration script could have done automatically much of the ".legacy" stripping I had to do. * I had to add #asset hints to my code, while it previously worked without. * I had to add these lines (copied from the skeleton) to my Application.js, to have debugging output. Couldn't find this mentioned anywhere, and the migration script could have added that automatically...(Continue reading)
RSS Feed