-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
First thanks for the great library, I've replaced tools.namespace with it and I'm much happier.
Maybe this is outside the scope of this project, but given all the nice functionality to reload namespaces in topological order I think it would be great to have a function like clj-reload.core/reload to reload namespaces by regex (like with :only) but that works on the entire classpath and which doesn't take into account or modifies the current reload state.
This can be useful in situations where you go and re-eval libraries functions (like to add debug statements), so after you are done you can do something like (clj-reload.core/reload-all #"ring.*"), and you don't need to think what functions you changed nor restart the repl.
Metadata
Metadata
Assignees
Labels
No labels