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

Newline missing in some prints to Output/REPL window #1927

Closed
PEZ opened this issue Oct 31, 2022 · 3 comments
Closed

Newline missing in some prints to Output/REPL window #1927

PEZ opened this issue Oct 31, 2022 · 3 comments
Labels
bug Something isn't working output/repl window regression Regression error

Comments

@PEZ
Copy link
Collaborator

PEZ commented Oct 31, 2022

The ones I've found so far:

  • When printing Clojuredocs examples to the Output window
  • Test runner results are a bit garbled

Please comment on this issue if you find anything else.

@PEZ PEZ added bug Something isn't working regression Regression error output/repl window labels Oct 31, 2022
@PEZ PEZ mentioned this issue Oct 31, 2022
15 tasks
@bpringe
Copy link
Member

bpringe commented Oct 31, 2022

I've noticed that warnings like this are being printed with an added ; on a line of its own after each. I don't think that was the case before.

; WARNING: abs already refers to: #'clojure.core/abs in namespace: clojure.test.check.generators, being replaced by: #'clojure.test.check.generators/abs
; 

@bpringe
Copy link
Member

bpringe commented Oct 31, 2022

I just noticed if I eval *e or *1, for example, in the REPL window, it prints the result starting on the same line as the input.

image

@PEZ
Copy link
Collaborator Author

PEZ commented Nov 1, 2022

It's not just *e, etcetera, actually. Anything evaluated from the prompt get this treatment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working output/repl window regression Regression error
Projects
None yet
Development

No branches or pull requests

2 participants