asami 2022-04-16

If I get this message, am I running the wrong version of something?

WARNING: abs already refers to: #'clojure.core/abs in namespace: asami.durable.tree, being replaced by: #'asami.durable.tree/abs

No. Clojure 1.11 introduced abs into clojure.core which is what causes this. I can probably use that function in the next release

For now it's a warning

I’ll see if I can clean that up by the end of the weekend

Thanks a lot, was thinking I was somehow missing an Asami update. No worries then 🙂

👍 1