Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “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? Sign in to your account

Printing to Calva REPL prints <repl#7> before each print out #548

Closed
dabrazhe opened this issue Jan 22, 2020 · 3 comments
Closed

Printing to Calva REPL prints <repl#7> before each print out #548

dabrazhe opened this issue Jan 22, 2020 · 3 comments

Comments

@dabrazhe
Copy link

When printing to Calva repl i'm getting <repl#7> before each print invocation. This is sometimes confusing and not the ideal user experience.

(print "test") 
<repl#7>test

Expected result is to print without the prefix.
This issue has low priority.

@PEZ
Copy link
Collaborator

PEZ commented Jan 22, 2020

Gotcha. I thought this was the case only for async output... Is this in Clojure or ClojureScript or regardless? What kind of project?

Pinging in @kstehn who might remember why we added the prepending text...

@kstehn
Copy link
Contributor

kstehn commented Jan 22, 2020

I asked the same question awhile a go.
I think the answer was something like for beginner it could be helpfull to See what is the result from the same eval.

@dabrazhe
Copy link
Author

dabrazhe commented Jan 23, 2020 via email

@PEZ PEZ closed this as completed in 2058826 Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants