I get this:
#<CompilerException java.lang.IllegalArgumentException: Wrong number
of args (3) passed to: Symbol (C:\Users\addma03\workspace\test\src\main
\clojure:1)>

A few suggestions:
1)  An improved line number
2) I'd like to see the value of the Symbol
3) I'd like to see the three args applies to the symbol and, if the
symbol resolves to a function, I'd like to see the arity of the
function.

Something like:
Wrong number of args (3) passed to Symbol 'some-fn' which expects
arity 2

On Feb 25, 3:15 pm, Stuart Halloway <stuart.hallo...@gmail.com> wrote:
> > Here's one:
>
> > user=> {:a 1 :b}
> > #<CompilerException java.lang.ArrayIndexOutOfBoundsException (REPL:3)>
>
> > Instead how about a parse error exception that specifically says
> > something like, "Map literal requires an even number of forms."
>
> > Thanks,
> > Jeff
>
> Fixed in master today:http://dev.clojure.org/jira/browse/CLJ-742
>
> Thanks!
>
> Stu

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to