oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 126 forks source link

missing Print in REPL under 2.5.3 (and 2.5.2) in Windows 10 #235

Closed joinr closed 6 years ago

joinr commented 6 years ago

I'm not seeing any output in the repl when I eval forms. If I explicitly print a form ala println, I see the printed output. Otherwise, evaluating forms yields an empty line.

Windows 10, 64 Bit Java 1.8_152 server, nightcode 2.5.2/2.5.3

screenshot

joinr commented 6 years ago

Nevermind, this was due to having legacy "ultra" repl plugin running in my users profile for lein. It was hijacking nightcode's behavior! Fixed by turning off said plugin.