replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

Add backwards compatible `abs` #647

Closed alekcz closed 10 months ago

alekcz commented 10 months ago

SUMMARY

[#601] introduced the use of abs which is only available in Clojure 1.11.x. This is signficant barrier to adoption as most users won't know when abs was introduced.

Solution: Use a local version of abs to support older versions of clojure.

Fixes #626

Checks

Bugfix
TimoKramer commented 10 months ago

Good point. Thanks for bringing this up!