Commit fe021c1
committed
CLJS-2657: cljs.main: Watch causing compilation errors with -r
Address both reported issues. The first is handled by simply deferring
to existing watch support in the REPL. The other of options embedding
compile-env in options is avoided by binding it instead. REPL were
recently changed to check to see if cljs.env/*compiler* is bound and
to reuse.1 parent b1dc91b commit fe021c1
1 file changed
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
447 | 446 | | |
448 | 447 | | |
449 | 448 | | |
| |||
0 commit comments