On Mar 28, 7:55 pm, Glen Stampoultzis <gst...@gmail.com> wrote:
> I recently got this one that left me scratching my head:
>
> java.lang.NullPointerException (splat.clj:0)
>         at clojure.lang.Compiler.eval(Compiler.java:4533)

In my experience, an error at line 0 means something wrong with the
(ns...) call at the top of the file.  Try copying it into the REPL and
see if that sheds any light on the problem.

Also, if you're using SLIME, you lose line numbers every time you
evaluate a form in the buffer.  Type
(require your.namespace :reload) at the REPL to get them back.

There are several stack trace llbs, including one in contrib, that
will give you (slightly) nicer stack traces.

-Stuart Sierra
--~--~---------~--~----~------------~-------~--~----~
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
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