Fork me on GitHub
#datascript
<
2020-05-05
>
Georgiy Grigoryan12:05:35

I’m having an issue loading a namespace with datascript dependency from a cljc file.

(ns my.namespace
  (:require [datascript.core :as d]))
There is nothing else in the namespace. Loading this in the REPL fails with a whole bunch of messages about dependency cycles: I’m using Cursive. Not sure if this is an issue with Cursive, with datascript, or with me :)) Works fine from clj and cljs files.