"does not always work correctly " in what context? In the REPL, `(require 
'[my.ns :as mine] :reload-all)` should work. `defonce` and `defmulti` might 
also be causing confusion. You could also look into 
`clojure.tools.namespace.repl` 
(https://github.com/clojure/tools.namespace#reloading-code-usage).

On Saturday, February 28, 2015 at 9:25:56 AM UTC-5, Cecil Westerhof wrote:
>
> I discovered:
>     (require 'project.core :reload)
>
> Very handy indeed and a big time saver. But it does not always work 
> correctly. At a certain moment I got strange results. An exit and a new 
> 'lein repl' solved the problems.
>
> -- 
> Cecil Westerhof
>  

-- 
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/d/optout.

Reply via email to