Commit 5e0d80d
authored
CLJS-3480: Browser REPL - (println "Expected:") breaks REPL (#314)
- remove the pr-str in clojure.browser/repl-print
print etc will set *print-readably* to false, so this can't possibly
be right. This appears to be vestigial from the early days of
bREPL development
- in cljs.repl.browser/handle-post :print, drop edn/read-string
the server really doesn't know anything about printing
ClojureScript, it should just print the value given.
- running tests interactively in bREPL now behaves the same as
under the Node.js REPL1 parent 01a36bd commit 5e0d80d
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
311 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
312 | 316 | | |
313 | 317 | | |
314 | 318 | | |
| |||
0 commit comments