This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-05-29
Channels
- # admin-announcements (2)
- # beginners (4)
- # boot (6)
- # cider (18)
- # cljs-dev (22)
- # cljsrn (13)
- # clojure (76)
- # clojure-czech (2)
- # clojure-dusseldorf (2)
- # clojure-russia (45)
- # clojure-sg (1)
- # clojure-spec (15)
- # clojurebridge-ams (6)
- # clojurescript (58)
- # cursive (4)
- # datomic (14)
- # dirac (31)
- # emacs (6)
- # funcool (2)
- # hoplon (2)
- # lein-figwheel (1)
- # om (124)
- # planck (17)
- # re-frame (12)
- # slack-help (11)
- # specter (12)
- # tmp-json-parsing (6)
- # yada (4)
@dnolen: Summary on cljs.spec
for self-host: http://dev.clojure.org/jira/browse/CLJS-1652 was the only thing I was able to find (so I don’t have a slew of other changes to coalesce with it). I haven’t delved into the test.check
/ generator aspect yet. I’ll need to apply http://dev.clojure.org/jira/browse/TCHECK-105 to a custom build and see how far I can get with it.
@dnolen: ./script/build
is failing for me because there’s no v1.9 tag, from what I gather
should I build against a commit previous to 1.9?
@anmonteiro: hrm I pushed the tag
maybe I didn’t fetch it
let me try
yea I hadn’t fetched the tag, sorry for the noise
spec
generators work in bootstrap. There are some bumps and some things fail as being undefined, but some basic stuff actually works. (The failures could very well be bugs in downstream Planck, FWIW.) https://twitter.com/mfikes/status/736908445316681728
is there a way to get at the clojurescript-version? cljs.util/clojurescript-version
would seem useful but the ns can’t be imported in CLJS
(because of
)
@anmonteiro: *clojurescript-version*
yea that works
missed that, thanks