This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-09
Channels
- # aws (3)
- # bangalore-clj (3)
- # beginners (40)
- # boot (53)
- # cider (1)
- # cljs-dev (124)
- # cljsrn (22)
- # clojure (105)
- # clojure-italy (1)
- # clojure-nl (3)
- # clojure-russia (35)
- # clojure-spec (9)
- # clojure-uk (30)
- # clojurebridge (25)
- # clojurescript (107)
- # datomic (18)
- # dirac (21)
- # events (6)
- # hoplon (29)
- # leiningen (5)
- # off-topic (40)
- # om (17)
- # onyx (25)
- # parinfer (2)
- # pedestal (4)
- # perun (2)
- # planck (1)
- # protorepl (6)
- # re-frame (18)
- # reagent (15)
- # ring-swagger (4)
- # specter (2)
- # test-check (7)
- # testing (3)
- # untangled (45)
- # vim (2)
user => (defn foo [] :clojure.spec/invalid)
ExceptionInfo Call to clojure.core/defn did not conform to spec:
:clojure.spec/args (foo [] :clojure.spec/invalid)
clojure.core/ex-info (core.clj:4725)
user => (defn foo [] (do :clojure.spec/invalid))
#'user/foo
I seem to remember mention of there not being much of a good solution to it in spec though.
@bbloom We will have some better solution for regex ops in vectors - comes up a lot in macro dsls
Gen overrides
Conformed values