This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-28
Channels
- # announcements (9)
- # aws (2)
- # beginners (45)
- # biff (2)
- # calva (20)
- # cider (4)
- # cljdoc (15)
- # cljs-dev (9)
- # clojure (102)
- # clojure-austin (14)
- # clojure-europe (39)
- # clojure-france (3)
- # clojure-germany (1)
- # clojure-norway (39)
- # clojure-spec (1)
- # clojure-uk (3)
- # conjure (8)
- # cursive (6)
- # datahike (3)
- # datomic (8)
- # emacs (28)
- # events (1)
- # holy-lambda (6)
- # hyperfiddle (13)
- # jobs (11)
- # keechma (2)
- # lsp (4)
- # malli (33)
- # nbb (36)
- # off-topic (52)
- # pathom (5)
- # pedestal (2)
- # portal (1)
- # reagent (2)
- # reitit (3)
- # remote-jobs (1)
- # scittle (1)
- # spacemacs (2)
- # xtdb (5)
So, I'm running into this while running version "0.5.1506". I was including the namespace datahike.api in a cljs file and evaluating it in a shadow repl.
22 The required namespace "clojure.core.cache.wrapped" is not available, it was required by "datahike/db.cljc".
23 "clojure/core/cache/wrapped.clj" was found on the classpath. Maybe this library only supports CLJ?
As this was just me experimenting at the REPL with an idea for browser front-end storage, I've got nothing useful to offer. Quickly glancing the require in the source [clojure.core.cache.wrapped :as cw] is in the cljc portion of the datahike.db namespace. Everything looks in order.
Could have been something I did. No Idea. Thought you should know.
Sorry, cljs-support is still very much wip. Don't know what the current status is. @U05095F2K probably knows more about it.
Cheers for the reply. I like what you folks are doing. I imagine CLJS is low in the priorities. I’ll keep checking in with Datahike and wishing it well.