Re: [qooxdoo-devel] Generator and compilation error trapping

2010-07-09 Thread flj
You can't expect qooxdoo's generator to fail in the two erraneous situations you describe. Otherwise there would be no possibilit to build qooxdoo apps which use code outside qooxdoo. Code external to your qooxdoo build can provide missing classes, and external code can also enhance the qooxdoo-

Re: [qooxdoo-devel] Generator and compilation error trapping

2010-07-06 Thread John Spackman
Hi Thomas > very nice. Could you open one or three enhancement bugs for this?! Yep, http://bugzilla.qooxdoo.org/show_bug.cgi?id=3837 and http://bugzilla.qooxdoo.org/show_bug.cgi?id=3838 >> myTest.methodThatDoesNotExist();// No such method >No class attribute checking currently. But this woul

Re: [qooxdoo-devel] Generator and compilation error trapping

2010-07-05 Thread thron7
John, very nice. Could you open one or three enhancement bugs for this?! > extend : qx.blah.Object, // parent class does not exist This should already be warned about ("Unknown symbol referenced: qx.blah.Object..."). If not please open a bug and provide a minimal skeleton to reproduce it.

[qooxdoo-devel] Generator and compilation error trapping

2010-07-05 Thread John Spackman
Hi, I've been noticing for while now that the generator allows obvious typos to go through unchallenged, and even the "lint" job doesn't seem to do much. I thought it was because of my setup (dots in the namespace break lint) but doing some testing with a blank skeleton and I can't trap some p