Re: Error message specifies wrong line # in source file if function lacks argvec.

2010-11-19 Thread Jason Wolfe
http://dev.clojure.org/jira/browse/CLJ-420 Perhaps it's the same bug? -Jason On Nov 18, 8:09 pm, Ken Wesson kwess...@gmail.com wrote: I got this oddity while debugging a Clojure sourcefile today: user= right click load file in netbeans #CompilerException java.lang.IllegalArgumentException:

Re: Error message specifies wrong line # in source file if function lacks argvec.

2010-11-19 Thread Chris Perkins
On Nov 18, 11:09 pm, Ken Wesson kwess...@gmail.com wrote: I got this oddity while debugging a Clojure sourcefile today: user= right click load file in netbeans #CompilerException java.lang.IllegalArgumentException: Parameter declaration loop should be a vector (io.clj:55) user= You're

Re: Error message specifies wrong line # in source file if function lacks argvec.

2010-11-19 Thread Ken Wesson
On Fri, Nov 19, 2010 at 1:59 PM, Chris Perkins chrisperkin...@gmail.com wrote: On Nov 18, 11:09 pm, Ken Wesson kwess...@gmail.com wrote: I got this oddity while debugging a Clojure sourcefile today: user= right click load file in netbeans #CompilerException java.lang.IllegalArgumentException:

Error message specifies wrong line # in source file if function lacks argvec.

2010-11-18 Thread Ken Wesson
I got this oddity while debugging a Clojure sourcefile today: user= right click load file in netbeans #CompilerException java.lang.IllegalArgumentException: Parameter declaration loop should be a vector (io.clj:55) user= Huh? Line 55 is a blank line! user= right click load file in netbeans