This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-22
Channels
- # arachne (8)
- # bangalore-clj (1)
- # beginners (72)
- # boot (95)
- # braveandtrue (5)
- # business (1)
- # capetown (1)
- # cider (180)
- # cljs-dev (8)
- # cljsrn (20)
- # clojure (104)
- # clojure-art (1)
- # clojure-brasil (8)
- # clojure-czech (1)
- # clojure-greece (15)
- # clojure-korea (13)
- # clojure-poland (2)
- # clojure-russia (53)
- # clojure-sg (5)
- # clojure-spec (60)
- # clojure-uk (35)
- # clojurescript (186)
- # community-development (3)
- # core-async (24)
- # cursive (18)
- # datascript (11)
- # datomic (39)
- # devcards (4)
- # emacs (2)
- # events (1)
- # funcool (23)
- # hoplon (148)
- # juxt (1)
- # ldnclj (2)
- # luminus (1)
- # off-topic (22)
- # om (27)
- # onyx (35)
- # overtone (2)
- # pedestal (7)
- # perun (8)
- # protorepl (2)
- # rdf (6)
- # re-frame (15)
- # reagent (2)
- # ring-swagger (10)
- # untangled (54)
@dnolen for cljs.spec tooling it would be interesting to have a way to hook in here: https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/spec/test.cljs#L103 A global event like a CustomEvent would be nice, as it would reduce coupling problems, i.e. the need to hook up to the right thing at the right time. And as this code is meant to run in dev/test mode mode in an erroneous situation it would seem we have more latitude in what we can do.
@anmonteiro CLJS-1858 needs a rebase
@dnolen hrm, that's really weird, there haven't been commits to master after I put the patch together
(just tried rebasing too and there are no conflicts)
@anmonteiro nvm, PEBCAK