Hi all,

I'm doing interactive development with emacs+clojure-mode+nrepl and I'm
experiencing some seriously annoying problems with protocols and records
implementing the protocols:

1) When I redefine a protocol by adding a method to it, and then
re-implement a record according in accordance to the changed protocol,
clojure complains that it cannot implement a method not in the
protocol/interface.

2) when I change a protocol method in an existing record (e.g. by simply
adding a println statement) the changes do not have any effect.

These problems persist even when I do an nrepl-restart or close emacs and
restart. Any ideas?

Joachim

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