Re: Duplicate REPL prompt

2018-04-22 Thread Marat Khafizov
lein repl -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send emai

Duplicate REPL prompt

2018-04-22 Thread Alex Miller
How did you start your REPL? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from th

Duplicate REPL prompt

2018-04-22 Thread Marat Khafizov
Hi. I'm getting extra empty line in the clojure repl after evaluation: user=> 1 1 user=> user=> I'm on windows, probably the problem is in the line endings? This appears with Clojure v1.8+. However I haven't seen this in the earlier versions of Clojure. How to fix this? It's a bit annoying...