Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure by

Hello,

Adds another arity where the "ns" parameter is set to a default value of **ns** in these fns:

ns-unmap, ns-resolve, ns-name, ns-map, ns-publics, ns-imports, ns-interns, ns-refers, ns-aliases, ns-unalias

I find I very often use ns-unalias and ns-unmap from the repl, and passing the **ns** arg gets a little tedious.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1519 (reported by alexbaranosky)
...