On Tuesday, February 5, 2013 1:35:50 PM UTC-6, Phil Hagelberg wrote:
>
>
> This is the correct way to do it, but you need to run `lein install` in 
> the sub project first. 
>

It appears it's possible to update source changes to sub-projects loaded 
via checkouts/ by restarting the JVM,[1] however if a sub-project's 
dependencies change (ie. update to "checkouts/.../project.clj"), then `lein 
install` on that sub-project needs to occur in order to refresh.

- Is that the correct process?

- If so, could a warning be issued if a sub-project needs to be `lein 
install`ed either because of new or updated sub-dependencies?


[1]: JVM restart, or ```(use (ns-name *ns*) :reload-all :verbose)```, but 
surprisingly not ```clojure.tools.namespace.repl/refresh```

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