On Fri, Nov 19, 2010 at 1:59 PM, Chris Perkins wrote:
> On Nov 18, 11:09 pm, Ken Wesson wrote:
>> I got this oddity while debugging a Clojure sourcefile today:
>>
>> user=>
>> #> declaration loop should be a vector (io.clj:55)>
>> user=>
>
> You're misinterpreting the error message.
I'm misinte
On Nov 18, 11:09 pm, Ken Wesson wrote:
> I got this oddity while debugging a Clojure sourcefile today:
>
> user=>
> # declaration loop should be a vector (io.clj:55)>
> user=>
>
You're misinterpreting the error message. It's not trying to tell you
that the parameters to loop should be a vector -
http://dev.clojure.org/jira/browse/CLJ-420
Perhaps it's the same bug?
-Jason
On Nov 18, 8:09 pm, Ken Wesson wrote:
> I got this oddity while debugging a Clojure sourcefile today:
>
> user=>
> # declaration loop should be a vector (io.clj:55)>
> user=>
>
> Huh? Line 55 is a blank line!
>
> user=
I got this oddity while debugging a Clojure sourcefile today:
user=>
#
user=>
Huh? Line 55 is a blank line!
user=>
#
user=>
#
user=>
The line number is changing every time and every line is innocuous
(though only the first time was it actually blank). No unmatched
delimiters that could be d