This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-09
Channels
- # announcements (3)
- # beginners (61)
- # biff (20)
- # cider (13)
- # clerk (6)
- # clojure (58)
- # clojure-brasil (5)
- # clojure-europe (30)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-uk (5)
- # clr (25)
- # core-async (2)
- # cursive (19)
- # datahike (5)
- # datalevin (1)
- # docker (1)
- # emacs (3)
- # fulcro (4)
- # hoplon (3)
- # hyperfiddle (91)
- # java (2)
- # juxt (5)
- # london-clojurians (1)
- # lsp (38)
- # malli (12)
- # nrepl (9)
- # off-topic (7)
- # polylith (15)
- # portal (49)
- # rdf (2)
- # re-frame (43)
- # releases (2)
- # shadow-cljs (30)
- # spacemacs (15)
- # sql (36)
- # tools-build (20)
- # xtdb (3)
Hi! I'm trying out datahike from lein, and I'm seeing this error trying to require datahike.api:
#error {
:cause Unable to resolve symbol: abs in this context
:via
[{:type clojure.lang.Compiler$CompilerException
:message Syntax error compiling at (datahike/query_stats.cljc:33:25).
:data #:clojure.error{:phase :compile-syntax-check, :line 33, :column 25, :source datahike/query_stats.cljc}
:at [clojure.lang.Compiler analyze Compiler.java 6808]}
{:type java.lang.RuntimeException
:message Unable to resolve symbol: abs in this context
:at [clojure.lang.Util runtimeException Util.java 221]}]
I'm using [io.replikativ/datahike "0.6.1540"]
which is the latest on clojars. Any advice?(I'm on Java / win11 / WSL2, fwiw)
I have also tried every previous release back to 0.6.1535 and I see the same behavior
Ok, well I filed this ticket for it: https://github.com/replikativ/datahike/issues/626