On Sunday, March 24, 2013 12:49:40 PM UTC-7, JvJ wrote:
>
>
> I started using the meta-type function for dispatch, but then started 
> using debug-switch.  It actually works fine, running the appropriate 
> version of the method, but the println doesn't execute.  Does anyone know 
> why?
>
>
Not sure, but is it possible you're running afoul of a redefined defmulti 
not overriding the original defmulti in the REPL? Try clearing the defmulti 
with a (def dispatch-fn nil) and then reloading the defmulti?

-- 
-- 
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