You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inf-clojure-set-ns does not display a prompt or any other visual confirmation after running, which is unsettling, and inconsistent with inf-clojure-load-file, for example.
Expected behavior
After inf-clojure-set-ns runs, rerender prompt in the repl with the name of the namespace we've switched into.
Actual behavior
No prompt renders in repl. To rerender prompt, a form must be evaluated first.
Steps to reproduce the problem
Run inf-clojure-set-ns.
Environment & Version information
inf-clojure version information
2.1.0
Lein/Boot version
Leiningen 2.8.1
Emacs version
25.3.1
Operating system
OS X 10.13.2
The text was updated successfully, but these errors were encountered:
user=> #'rosy.core/example is from inf-clojure-load-file
The rest is from inf-clojure-set-ns. It does give visual confirmation but is still inconsistent.
inf-clojure-set-ns
does not display a prompt or any other visual confirmation after running, which is unsettling, and inconsistent withinf-clojure-load-file
, for example.Expected behavior
After
inf-clojure-set-ns
runs, rerender prompt in the repl with the name of the namespace we've switched into.Actual behavior
No prompt renders in repl. To rerender prompt, a form must be evaluated first.
Steps to reproduce the problem
Run
inf-clojure-set-ns
.Environment & Version information
inf-clojure version information
2.1.0
Lein/Boot version
Leiningen 2.8.1
Emacs version
25.3.1
Operating system
OS X 10.13.2
The text was updated successfully, but these errors were encountered: