untangled

NEW CHANNEL: #fulcro
wilkerlucio 2017-03-02T19:46:19.004828Z

@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.kay 2017-03-02T19:47:58.004831Z

1.9.0-alpha14?

tony.kay 2017-03-02T19:49:41.004834Z

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

wilkerlucio 2017-03-02T19:51:45.004835Z

@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

wilkerlucio 2017-03-02T19:52:52.004837Z

thanks 🙂

adambros 2017-03-02T19:57:20.004838Z

@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