-
-
Notifications
You must be signed in to change notification settings - Fork 44
Spurious output when first opened in lumo #63
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Comments
This happens because the detection code of the repl type is not sync so it gets interleaved with the |
I found elisp-latch that happens to make things synchronous |
The the arglists call shouldn't be producing any REPL output, so I'm a bit confused how it might be causing this. |
@arichiardi ping I'm assuming this is one of the things blocking us from a 2.0 release. |
Yep, this still happens, I need to debug it. |
Expected behavior
When first opening the repl and cursor is on code buffer, only
cljs.user =>
should appear.Actual behavior
The output of a command (for me it is arglists because the cursor was after fn symbol, but this varies) is printed in the
*inf-clojure*
buffer.Steps to reproduce the problem
C-c C-z
with popup window enabled and move the cursor around in the code buffer.or in
ielm
:Environment & Version information
inf-clojure version information
Latest master
Lein/Boot version
Lumo latest master
Reminder to self 😓 😬 😀
The text was updated successfully, but these errors were encountered: