This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-02
Channels
- # aws-lambda (1)
- # beginners (28)
- # boot (54)
- # cider (11)
- # clara (28)
- # cljs-dev (74)
- # cljsrn (13)
- # clojure (342)
- # clojure-austin (3)
- # clojure-dusseldorf (4)
- # clojure-france (2)
- # clojure-greece (11)
- # clojure-italy (42)
- # clojure-poland (7)
- # clojure-russia (11)
- # clojure-spec (44)
- # clojure-uk (156)
- # clojure-ukraine (4)
- # clojurescript (102)
- # cursive (17)
- # datascript (19)
- # datomic (17)
- # dirac (39)
- # emacs (22)
- # funcool (56)
- # hoplon (25)
- # jobs (3)
- # jobs-discuss (31)
- # leiningen (2)
- # luminus (4)
- # lumo (3)
- # off-topic (47)
- # om (51)
- # onyx (57)
- # re-frame (13)
- # reagent (57)
- # remote-jobs (15)
- # ring (9)
- # ring-swagger (7)
- # robots (2)
- # rum (6)
- # specter (16)
- # sql (7)
- # test-check (37)
- # untangled (7)
- # yada (5)
@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?
also make sure you're using the latest cljs. We do typically ride the cutting edge of versions, since Om does as well
@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
thanks 🙂
@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