Java 1.7.0.45
Lein 2.3.4
Clojure 1.5.1

I'm trying to use https://github.com/dgrnbrg/spyscope and have put the 
documented bits in my ~/.lein/profiles.clj
but cannot get it to work.

{:user {:dependencies [...  [spyscope "0.1.4"] ...    ]
        :injections [(require 'spyscope.core)
                     ]}}

But when I do 'lein repl'
*data-readers* doesn't contain the required mappings to the spy definitions.

If at the REPL I try something like

(set! *data-readers* '{spy/p spyscope.core/print-log})

and then

#spy/p "abc"

I get 

RuntimeException No dispatch macro for: s 
 clojure.lang.Util.runtimeException (Util.java:219)


What's the proper way to make spyscope work for all lein user profiles?



-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to