This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-28
Channels
- # aleph (3)
- # announcements (3)
- # babashka (8)
- # beginners (12)
- # biff (4)
- # calva (12)
- # clerk (29)
- # clj-kondo (1)
- # clojure (104)
- # clojure-art (1)
- # clojure-austin (5)
- # clojure-berlin (3)
- # clojure-brasil (34)
- # clojure-europe (11)
- # clojure-germany (16)
- # clojure-losangeles (9)
- # clojure-nl (30)
- # clojure-norway (58)
- # clojure-uk (1)
- # core-async (8)
- # cursive (4)
- # data-science (9)
- # datalevin (1)
- # datomic (40)
- # emacs (2)
- # events (3)
- # helix (1)
- # honeysql (3)
- # hugsql (1)
- # hyperfiddle (66)
- # jobs (4)
- # juxt (7)
- # kaocha (9)
- # lsp (5)
- # malli (10)
- # off-topic (4)
- # polylith (2)
- # reitit (5)
- # releases (1)
- # remote-jobs (5)
- # sci (46)
- # scittle (2)
- # shadow-cljs (9)
- # tools-deps (17)
- # xtdb (8)
Hey team, just recently I'm running into a weird bug when I try to start the repl:
Unexpected error (ClassNotFoundException) macroexpanding clojure.core.async/go at (...).
clojure.core.cache.CacheProtocol
I am not sure what it's trying to find CacheProtocol
. Looking around, I saw this post: https://groups.google.com/g/clojure/c/YYH6XUJ2PzE , but this being a problem with a lein plugin. However, I don't have any lein plugins.
Has anyone run into this before?
My versions of clj + core async:
[org.clojure/clojure "1.10.3"]
[org.clojure/core.async "1.6.673"]
just for grins, maybe try falling back to the prior version of core.async (thinking of ASYNC-249 / ASYNC-248 issues we're looking at)
1.5.648 is prior
Thanks for chiming in @alexmiller! Gave downgrading to 1.5.648 a shot, but no dice.
(Hmm, trying this on a fresh project does seem to work. I wonder if there's some other dep in my project.clj that is causing the issue.)
Hm...I am a bit stumped. I haven't changed dep for weeks, and this bug started showing up today. Here's my deps :tree
https://gist.github.com/stopachka/85df7d386f914f09f8fb594dc49e1a20.