inf-clojure icon indicating copy to clipboard operation
inf-clojure copied to clipboard

inf-clojure-set-ns does not rerender prompt

Open timsgardner opened this issue 7 years ago • 3 comments

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

timsgardner avatar Apr 06 '18 20:04 timsgardner

Thanks for reporting! Are you using terminal based or socket REPL?

arichiardi avatar Apr 06 '18 20:04 arichiardi

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

MalloZup avatar Aug 05 '19 21:08 MalloZup

image

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.

What's the ideal fix?

JasonKDarby avatar May 06 '22 02:05 JasonKDarby