Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread ericson
Not a problem for me, but what about the migration itself, is my new application working in 0.7 PRE still continue to work well with the official 0.7 release ? Thanks Sebastian Sebastian Werner wrote: > > Currently the output uses 2 spaces for indention. You can however > easily search and r

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread Sebastian Werner
Currently the output uses 2 spaces for indention. You can however easily search and replace this in any editor. We will try to make at least this setting configurable until 0.7. Sebastian Am 20.02.2007 um 20:48 schrieb ericson: > > Just a though, if I migrate now with 7.0 PRE , is the code w

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread ericson
Just a though, if I migrate now with 7.0 PRE , is the code will tay compatible with the 0.7 release ? Thanks in advance PS: I'm using this syntax with tabs, if (blabla) { } so i the migration tool works that way, it's ok for me :) Derrell.Lipman wrote: > > In testing the migration from 0.6

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-20 Thread Andreas Ecker
Hi, Hugh, great to have that kind of feedback and offering your assistance in helping to make the coding style configurable. :-) > > Sigh, nobody seems to read the official information. :-( > > I did, and have been very worried. Good to know it works. ;-) > > Given that it is possible to au

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-19 Thread Hugh Gibson
> Sigh, nobody seems to read the official information. :-( I did, and have been very worried. > Given that it is possible to auto-migrate existing applications with > just a few (if not single) shell command(s) and almost no manual > action like in your quite successful case, I think it's a fa

Re: [qooxdoo-devel] Experience with migration to 0.7

2007-02-19 Thread Andreas Ecker
Howdy! [EMAIL PROTECTED] wrote: > In testing the migration from 0.6.5 to 0.7(pre), I had two failures, and some > problems for which I provide suggestions/requests... > > [...] > > Generally, the migration went well. Thanks Derrell for being such an "early bird" ;-) and the news on quite succe

[qooxdoo-devel] Experience with migration to 0.7

2007-02-19 Thread Derrell . Lipman
In testing the migration from 0.6.5 to 0.7(pre), I had two failures, and some problems for which I provide suggestions/requests... Failures (both previously reported): 1. An abstract class that has a singleton pattern for testing was previously able to be used as an abstract class, but the mig