Laurent PETIT a écrit :
>
>     Hi Laurent,
>
>     Can't you rebind clojure.core/load to record all resources laoded
>     during
>     a namespace compilation?
>
>
> Well yes, that seems indeed a good solution to another problem I'll 
> have to solve (dependency graph of files) -> thanks for anticipation 
> my next question :-)
> But does it solve the problem I exposed ?
>
> Let's rephrase it : to force the recompilation of a lib, is there 
> another way than "touching" the lib's declaring file (so that if I 
> just make changes in a file loaded by the lib's declaring file, I'm 
> sure the lib is really recompiled) ?
>
Well, I answered your next question because, here, clojure.core/compile 
doesn't try to be smart and recompile the whole lib each time it is 
called. :-( (or :-) I don't know)

Christophe

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

Reply via email to