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

println to stdout is suppressed #7

Closed
mikeananev opened this issue Jan 17, 2022 · 1 comment
Closed

println to stdout is suppressed #7

mikeananev opened this issue Jan 17, 2022 · 1 comment

Comments

@mikeananev
Copy link

mikeananev commented Jan 17, 2022

Problem description: println output to stdout is suppressed when using clojure-extras eval functions.

Steps to reproduce:

  1. Run JVM REPL in terminal
  2. Connect to remote REPL (nrepl) in Cursive
  3. Eval code (println "Hello world!") using clojure-extras eval functions.
  4. I see result of evaluation => nil in pop-up window, but can't see printed "Hello world!" string neither in terminal, nor in Cursive REPL window.

Expected behaviour:
I see result of evaluation => nil in pop-up window, but also see Hello world! in terminal or Cursive REPL window or in pop-up window.

BTW, Cursive eval functions works as expected, no suppression is found

@brcosta
Copy link
Owner

brcosta commented Jan 19, 2022

Thanks for reporting, should be fixed on master, I'm waiting for jetbrains to approve it, should be in the marketplace shortly :)

@brcosta brcosta closed this as completed Jan 19, 2022
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

2 participants