asami

2022-04-16T13:25:57.342289Z

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

quoll 2022-04-16T13:28:00.356229Z

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

quoll 2022-04-16T13:28:07.988429Z

For now it's a warning

quoll 2022-04-16T13:29:33.182869Z

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

2022-04-16T13:32:01.968019Z

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

👍 1