conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Create Clojure namespace when it's manually removed and buffer is evaluated

Open Invertisment opened this issue 1 year ago • 0 comments

If I remove a namespace using (remove-ns *ns*) and try to evaluate the current buffer then it fails to recreate the namespace:

; eval (buf): ...<.....>/testns.clj
; Namespace not found: <.....>.testns

Then I have to go to the REPL manually and type (ns testns) after which I can eval the namespace just fine

Invertisment avatar Aug 31 '22 04:08 Invertisment