You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use spec-tools on planck.
Environment can be reproduced with this repo, and the following commands:
docker-compose run planck plk
### plk downloads dependencies with clojure cli tool ###
cljs.user=> (require '[clojure.spec.alpha :as s])
nil
cljs.user=> (require '[spec-tools.core :as st])
Could not parse ns form spec-tools.impl in file spec_tools/impl.cljc
Invalid :refer, macro spec-tools.impl/resolve does not exist in file spec_tools/impl.cljc
cljs.user=>
I took at look at spec_tools/impl.cljc and saw this in the ns form.
Attempting to use spec-tools on planck.
Environment can be reproduced with this repo, and the following commands:
I took at look at
spec_tools/impl.cljc
and saw this in the ns form.There is no
resolve
defined for#?(:cljs)
so I wonder how this works in non planck cljs environment, and why it doesn't in planck?The text was updated successfully, but these errors were encountered: