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-
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
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.
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