Re: [qooxdoo-devel] LINT improvements suggestions

2010-08-26 Thread b a
Hi Martin, On 8/26/10, Martin Wittemann wrote: >> 4) an error should be accompanied by the line that caused it (this >> speeds things up since you want to quickly see what caused the >> problem) > The line and the column is already printed out (the first two numbers). Yes, I was reffering to the

Re: [qooxdoo-devel] LINT improvements suggestions

2010-08-25 Thread Christian Hagendorn
Hi, thank you for you feedback. There is a bug report for LINT improvements: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3839 Could you please add your additional comments there to keep you feedback on radar. Thanks, Chris Am 25.08.2010 17:26, schrieb b a: > I want to make 4 suggestions for

Re: [qooxdoo-devel] LINT improvements suggestions

2010-08-25 Thread Martin Wittemann
Hey, > 1) detect properties/methods that do not exist for certain objects (I > know js is not typesafe and someone can pass any object type to a > function, but this feature may be possible to some extent of static > code analysis) Sounds like a really hard task. Even if its possible, I think the

[qooxdoo-devel] LINT improvements suggestions

2010-08-25 Thread b a
I want to make 4 suggestions for the lint utility: 1) detect properties/methods that do not exist for certain objects (I know js is not typesafe and someone can pass any object type to a function, but this feature may be possible to some extent of static code analysis) 2) detect if variables that