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
Attachments
Activity
Brandon Bloom
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Patch | Code and Test [ 10002 ] | |
| Attachment | cljs-319.patch [ 11341 ] | |
| Labels | patch patch, |
David Nolen
made changes -
| Resolution | Completed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Both pr-with-opts and pr-sb are affected. See:
https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/core.cljs#L6107