Antonin Hildebrand
Antonin Hildebrand
Reported upstream as ticket 687772: https://bugs.chromium.org/p/chromium/issues/detail?id=687772
@danielcompton Could you confirm this in Dirac? Dirac has a patch for this issue.
This is fishy. Are you sure you really ran the source-maps-enabled case under Dirac?
Please note that this feature is broken in latest ClojureScript 1.10.439 due to [CLJS-2993](https://dev.clojure.org/jira/browse/CLJS-2993). You might want to stay on 1.10.339 which is last good version.
I confirm that `dirac` CLI tool does not work properly under Windows. I didn't want to spend time fixing all remaining issues (PRs welcome). But previous method of installing Dirac...
I don't know. It works here for me. Try to run dirac command in verbose mode: `dirac -vvvv`
I tried to reproduce it on my macOS 10.13 machine and it works for me. Used java9, all your files including ` ~/.boot/profile.boot `, but my boot is 2.7.2: ```...
@vspinu Dirac implemented an nREPL client in Javascript (using ClojureScript). This page could help understanding the architecture: https://github.com/binaryage/dirac/blob/master/docs/about-repls.md#dirac I think the problem @smee described is real. When someone serializes arbitrary...
@bbatsov You are correct. In sane world clients should drop unknown messages and this would make them less fragile and add interoperability. But on the other hand they might silently...
This might be related: https://github.com/nrepl/piggieback/issues/95 I would accept a patch which would make this code configurable so you could opt-out.