quoll / asami

A flexible graph store, written in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in `abs` defn

anngvu opened this issue · comments

Hello, thanks for working on this cool project. I was trying to set up latest version "2.3.3" to play around with but got complaints about not finding symbol abs or something wrong with asami.durable.tree ns when loading the lib. Looking through the code to the best of my ability (as someone very new to Clojure), it seems that while abs is still being used here, it was removed in "v2.3.2" in this commit, thereby causing the issue?

Using version "2.3.1", I was able to load data just fine with some typical code based off the example.

commented

@anngvu make sure you have Clojure 1.11 - I had an entry in ~/.clojure/deps.edn that forced version 1.10

@markus-wa Thanks, that did indeed allow using the latest version. Hopefully this helps anyone else as well.