juji-io / datalevin

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

getting clojure.core redefinition warnings when requiring datalevin #221

Closed vxe closed 10 months ago

vxe commented 10 months ago
WARNING: load already refers to: #'clojure.core/load in namespace: datalevin.lmdb, being replaced by: #'datalevin.lmdb/load
WARNING: load already refers to: #'clojure.core/load in namespace: datalevin.core, being replaced by: #'datalevin.core/load

for reference I am using tool.deps + tools.build, not sure if lein users have the error or not