This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-21
Channels
- # announcements (3)
- # architecture (5)
- # babashka (19)
- # beginners (145)
- # calva (1)
- # chlorine-clover (18)
- # cider (10)
- # clj-kondo (5)
- # cljsrn (3)
- # clojure (56)
- # clojure-berlin (19)
- # clojure-czech (2)
- # clojure-europe (32)
- # clojure-finland (2)
- # clojure-nl (3)
- # clojure-portugal (2)
- # clojure-spec (8)
- # clojure-uk (48)
- # clojurescript (48)
- # conjure (50)
- # cryogen (1)
- # cursive (28)
- # datomic (54)
- # depstar (12)
- # emacs (1)
- # events (8)
- # figwheel-main (6)
- # fulcro (4)
- # helix (4)
- # java (2)
- # jobs (2)
- # leiningen (1)
- # off-topic (29)
- # parinfer (4)
- # pathom (6)
- # portkey (3)
- # reagent (1)
- # remote-jobs (3)
- # reveal (16)
- # shadow-cljs (42)
- # sql (20)
- # tools-deps (11)
- # vim (4)
- # vrac (2)
Hey, I'm giving Pathom a try and I noticed that I can't require com.wsscode.pathom.core
and com.wsscode.pathom.connect
because of No such var: async {:form async/onto-chan!, :file "com/wsscode/pathom/core.cljc", :column 13, :line 560}
on version 2.3.0-alpha10.
Changing it to 2.3.0-alpha9 seems to have solved the issue.
Did I find a problem or am I maybe missing something?
@doby162 dependency issue, getting the wrong version of core.async, bump pathom to alpha-10
, or bump core.async to latests
oh, you got the problem on alpha-10? let me check here
(bumping core.async should fix it any case)
I checked, alpha-10 points to org.clojure/core.async 1.3.610
, maybe you have some dep overriding this (or have core.async explicitly, with some older version)
explicitly requiring core.async's latest version fixed it, I guess one of the Luminus libraries must be asking for an older version? Thanks!