On 04/18/2013 05:53 PM, Alexander Voronin wrote: > Will wait for fixes than. Also I've found that #ignore() directive > still works but only if placed in a head of file. Documentation also > contains something about @lint ignoreUndefined() but this also seems > to be not working. I guess you'll need to pay some attention for > documenting this features. Thanks.
Everything should be working as documented if you run 'generate.py lint' (which includes globals checks). But globals checks are also deployed when compiling the app, and this is the part I'm working on. It also used to work as documented, but was deemed too slow, so I broke it up again. #ignore is still used for dependency analysis during compiles. All JSDoc @-hints are honored in 'lint' jobs, but @lint ignoreUndefined is deprecated in favor of @ignore. Eventually, everything - compile time and lint time checks - will only rely on @ignore for globals checks and recursion. T. ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
