pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
Michael J Dorian 2020-09-21T20:58:48.060900Z

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?

wilkerlucio 2020-09-21T21:23:03.061500Z

@doby162 dependency issue, getting the wrong version of core.async, bump pathom to alpha-10, or bump core.async to latests

wilkerlucio 2020-09-21T21:23:45.061900Z

oh, you got the problem on alpha-10? let me check here

wilkerlucio 2020-09-21T21:24:00.062300Z

(bumping core.async should fix it any case)

wilkerlucio 2020-09-21T21:24:45.062900Z

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)

Michael J Dorian 2020-09-21T21:26:28.064Z

explicitly requiring core.async's latest version fixed it, I guess one of the Luminus libraries must be asking for an older version? Thanks!