Is it possible to not have Calva put extra line breaks between my repl output? e.g. calling cljs.pprint/print-table
Or just three println in a row
Hmmm.
odd, could i have accidentally borked a setting ?
I don’t think so. Let me try with CLJS.
Same withe CLJS here. Are you on Windows?
yes
Yes, we have established that before, come to think about it… What’s the Line End Sequence setting of the repl window file? (You see it right beside the file type.)
where do i see the line end sequence?
hmm, i ahve CRLFand you have LF
Yes, but that is as it should.
yeah, changing it did this
I was thinking that if you had LF then maybe when both CR and LF ends the lines it would produce two newlines.
Changing it throws Calva’s parser out of wack. You’ll need to close the repl output and open it again.
See how it behaves in a plain minimal project. Like what if you open a new VS Code window and start a standalone REPL, or the Getting Started REPL.
let me check, ill try clojure, not clojurescript
Yeah, I’ve not added standalone ClojureScript REPLs yet.
back to this error about not being able to parse "0.8.3"
weird!
must be a cljs thing?
The way to fix that error is to use some other Java than the Oracle one.
Try with a plain CLJS project also.
this is my java, do I just install something like openJDK ?
The important thing is that you don’t use Oracle’s installer.
yeah, must be cljs
a basic cljs shadow project
The way to try a plain ClojureScript project is to create a project structure as instructed here: https://clojurescript.org/guides/quick-start then jack in using deps.edn + ClojureScript built-in for node
gah, i get the parse error again tryign this. Right, it's time to fix my java 😄