Skip to content

Provide functionality to reload library namespaces #10

@jpmonettas

Description

@jpmonettas

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions