This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-26
Channels
- # beginners (5)
- # cider (4)
- # clojure (60)
- # clojure-austin (1)
- # clojure-berlin (1)
- # clojure-dev (6)
- # clojure-italy (5)
- # clojure-spec (2)
- # clojure-uk (2)
- # clojurescript (13)
- # community-development (17)
- # cursive (5)
- # datomic (11)
- # fulcro (9)
- # hoplon (5)
- # jobs-rus (2)
- # om (1)
- # parinfer (1)
- # protorepl (15)
- # re-frame (10)
- # reagent (12)
- # sql (5)
- # unrepl (3)
hello good sirs. is there a way to enable spec checking linting-style? squiggly lines, I'm using clojure's yada which is built with spec too and I make some mistakes only to be seen at runtime at the terminal. Thanks!
@vinnyataide fwiw, yada uses schema, not spec
Really? I didn't knew that schema failed on runtime with spec error maps
@vinnyataide It doesn't :thinking_face: I'm not sure what you've encountered there.