Fork me on GitHub
#rewrite-clj
<
2022-02-10
>
cddr13:02:56

So, the investigation continued a bit more. Turns out my original fix was papering over a deeper problem. We were depending on jinx which in turn has a dependency on clojurescript which contains it’s own version of the clojure.tools.reader ns which I suppose is somehow incompatible with the one expected by rewrite-clj.

lread14:02:42

Ah, thanks for the follow-up @cddr! We do override https://clojure.atlassian.net/browse/TRDR-65. I guess the fix is to force the current version of tools reader?

cddr14:02:42

We just excluded clojurescript when depending on jinx which seemed to do the trick

👍 1