O.K. Thank you for your effort, reproducing this. The bug is: http://bugzilla.qooxdoo.org/show_bug.cgi?id=6350
Hopefully the descriptions are good enough. /Peter On 4/20/2012 10:22 PM thron7 wrote: > Peter, > > I can repro the issue. Please open a bug for it. > > Thanks, > T. > >> Hi guys, >> >> I've come along an issue with the current (trunk-) version of the >> API-generator. >> >> First I thought it had something to do with the changes done at revision >> 51300 >> of qooxdoo-trunk[1], but after I reverted and re-updated those changes >> several >> times I am not so sure anymore. >> >> Here's what I've encountered so far: >> The generator seems to generate strange json files... >> >> Let me explain, what I see: >> Parts describing the Events somehow have a 'double' double-quotation at >> their >> type; for example: >> <code> >> "type": "\"qx.event.type.Event\"" >> </code> >> instead of >> <code> >> "type": "qx.event.type.Event" >> </code> >> >> I thought that that Pythons "toJavascript()" returns quoted strings in any >> case >> and that change[2] was to blame. >> >> Anyway, what happens is that this "double-double-quoting" leads to ugly, >> non-linked Event entries in the API-Viewer (see attachments). >> >> Unfortunately this 'wrong' links do not appear always at the same place :( >> You might take a look in the generated json files to find those. >> I am not even sure if it is really that fix mentioned above, cause the >> results >> are somehow not really reproduceable (caching?!?!) :( >> >> Can this be reproduced by anyone else here? >> >> Regards, >> Peter >> >> --- >> [1] Yes, I'm still using SVN ;) ! >> [2] only the changes in /trunk/tool/pylib/ecmascript/backend/api.py seemed >> relevant here **** Besuchen Sie uns: 12.-14. Juni 2012, transfairlog Hamburg Halle A3, Stand 410 **** ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
