-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
clojure.pprint/print-table does not output to REPL (IntelliJ/Cursive) #611
Comments
@MrGung Can you please try with the newest bb? |
Unchanged. |
@MrGung I think I have a repro of the problem:
|
Fixed with b5f65e1. |
Right - I couldn't find an artifact for windows...? |
@MrGung Navigate to Appveyor for that: https://ci.appveyor.com/project/borkdude/babashka/builds/35686982 |
Works! Output is now displayed in REPL. Thanks! |
version
0.2.1
platform
Windows - IntelliJ/Cursive
problem
Evaluating
clojure.pprint/print-table
the result is printed in the server-window of babashka (bb --socket-repl 1666
). Whereaspprint
prints to the REPL in IntelliJ.repro
expected behavior
Both - pprint and print-table should print to the IntelliJ-REPL.
The text was updated successfully, but these errors were encountered: