Details
Description
E.g. (println 1 1) prints "11\n" instead of "1 1\n".
Here's the culprit:
https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/core.cljs#L6136-6137
E.g. (println 1 1) prints "11\n" instead of "1 1\n".
Here's the culprit:
https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/core.cljs#L6136-6137
Both pr-with-opts and pr-sb are affected. See:
https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/core.cljs#L6107