Fork me on GitHub
#untangled
<
2017-03-02
>
wilkerlucio19:03:19

@tony.kay I was trying to run with untangled client, and got an error in this line: https://github.com/untangled-web/untangled-client/blame/develop/src/untangled/client/mutations.cljc#L89 I'm pretty sure there isn't a s/invalid? function on clojure.spec (and that's making the build fail to compile), are you able to run that code?

tony.kay19:03:58

1.9.0-alpha14?

tony.kay19:03:41

also make sure you're using the latest cljs. We do typically ride the cutting edge of versions, since Om does as well

wilkerlucio19:03:45

@tony.kay ah, good point, I said that because I couldn't find it their API docs, I guess that is outdated https://clojure.github.io/clojure/branch-master/clojure.spec-api.html

adambrosio19:03:20

@wilkerlucio @tony.kay I’ve seen that as a warning, but it never actually affects anything for me… I don’t really understand as it exists in both clojure & cljs https://github.com/clojure/clojure/blob/master/src/clj/clojure/spec.clj#L141 https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/spec.cljs#L144