On 01/18/2010 08:38 AM, Fritz Zaucker wrote: > Hi Simon, > > you do realize that Qx 1.0 is out? As its relatively close to the 0.8 line, > I'd recommend to migrate to 1.0.
To get from 0.7 to 1.0 you have to go through 0.8.3 anyway, so no shortcut here. Simon needs that migration. > I assume that you used the Qx migration script? Most likely that the best > you can do for automating the process. I'd assume that of the >1,000 lines > of qx.legacy in your code a lot of them will have the same underlying > reason. I'd not be surprised if at least some of them can be handled by > search/replace in your editor or (a bit more powerful) with a "skript" along > the line > > perl -p -i -e 's/some_regexp/replacement/' That's usually not the case (otherwise we would do that in the migration). As the API underwent major changes between 0.7 and 0.8 you have to look at the qx.legacy.* occurrences individually. Maybe [1] helps. If Simon can figure out a replacement pattern for even a fraction of those occurrences, I would be interested to hear about it. T. [1] http://qooxdoo.org/documentation/0.8/migration_notes_from_07 ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
