This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-27
Channels
- # admin-announcements (1)
- # beginners (1)
- # boot (37)
- # cbus (1)
- # cider (44)
- # cljs-dev (16)
- # cljsjs (2)
- # cljsrn (18)
- # clojure (205)
- # clojure-belgium (6)
- # clojure-china (1)
- # clojure-india (1)
- # clojure-russia (24)
- # clojure-spec (21)
- # clojure-turkiye (1)
- # clojure-uk (72)
- # clojurescript (91)
- # core-async (4)
- # cursive (12)
- # data-science (2)
- # datascript (2)
- # datomic (12)
- # emacs (6)
- # flambo (7)
- # funcool (12)
- # hoplon (24)
- # incanter (2)
- # jobs-discuss (29)
- # keechma (2)
- # lein-figwheel (2)
- # leiningen (2)
- # mount (13)
- # nyc (2)
- # om (76)
- # om-next (1)
- # onyx (38)
- # other-languages (4)
- # planck (40)
- # re-frame (33)
- # reagent (101)
- # ring-swagger (5)
- # slack-help (1)
- # untangled (7)
- # yada (14)
https://clojurians.slack.com/archives/clojure_spec/p1464286849000602 I wouldn't say that's a terrible idea
https://clojurians.slack.com/archives/clojure_spec/p1464278761000588 I was under this impression also. But I just found this message on google groups: https://groups.google.com/d/msg/clojure/5sZdCPQgZz4/7rpuiaj1AgAJ > OTOH, you may encounter user- or externally-supplied data at runtime and want to use the facilities of spec to validate/process it. Then you can use valid? or conform explicitly to do so.
I have added a new section to the spec guide about generators http://clojure.org/guides/spec#_generators
I still expect there to be a bit more to come on that page about generators and testing
but seemed better to get something out there sooner
@alexmiller Was there any discussion with respect to predicate failures being recognizable from keys
, tuple
, etc? I can dig up the Gist link if you need for reference
there have been so many things coming in I don't honestly remember if I talked about it with Rich - I have it in my "things to talk about" file
@alexmiller: No prob, thanks!
@alexmiller: Under Collections, it has the following:
* Collection - (s/coll-of float?)
I think coll-of
needs a []
I'll fix this one but for future reference, you can send issues/PRs for the site too http://clojure.org/community/contributing_site
@sveri I have a patch to fix your bug, should go in the next alpha
@alexmiller: Great, looking forward to testing it
patch is on the ticket if you want to build your own version of clojure
I added a test to the tests for it too