juji-io / datalevin

A simple, fast and versatile Datalog database
https://github.com/juji-io/datalevin
Eclipse Public License 1.0
1.13k stars 63 forks source link

No such var: c/+in-tx-overflow-times+ #210

Closed joshcho closed 1 year ago

joshcho commented 1 year ago

I am getting this error for versions >= 0.8.10 during compilation.

Syntax error compiling at (datalevin/lmdb.cljc:166:1).
No such var: c/+in-tx-overflow-times+
huahaiy commented 1 year ago

We will need some code to reproduce the error. Also please report your version of Clojure.

In general, use the latest version of Clojure.

joshcho commented 1 year ago

This happens by just requiring datalevin.core. Also my clj version is 1.11.1.1273 and my lein version is Leiningen 2.10.0 on Java 11.0.18 OpenJDK 64-Bit Server VM.

huahaiy commented 1 year ago

Please post the step to produce this.

huahaiy commented 1 year ago

Cannot reproduce with the 0.8.16.

joshcho commented 1 year ago

Not an issue with 0.8.16; cannot reproduce on my machine either.