This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-18
Channels
- # aleph (12)
- # beginners (31)
- # boot (67)
- # cider (17)
- # cljs-dev (14)
- # clojure (111)
- # clojure-dev (1)
- # clojure-france (4)
- # clojure-gamedev (1)
- # clojure-italy (49)
- # clojure-nl (3)
- # clojure-poland (2)
- # clojure-russia (18)
- # clojure-spec (15)
- # clojure-uk (68)
- # clojurescript (33)
- # core-typed (1)
- # datomic (15)
- # emacs (3)
- # graphql (4)
- # hoplon (36)
- # leiningen (3)
- # lumo (44)
- # mount (2)
- # off-topic (46)
- # om (21)
- # onyx (47)
- # parinfer (22)
- # pedestal (21)
- # protorepl (4)
- # quil (4)
- # re-frame (15)
- # reagent (4)
- # ring-swagger (9)
- # rum (27)
- # spacemacs (11)
- # vim (7)
- # yada (8)
It turns out that *print-fn*
and *print-err-fn*
are documented as accepting strings as arguments. With :checked-arrays
we are now dumping an exception to *print-err-fn*
.
@ambrosebs thanks, yes an incremental approach would be welcome
@dnolen You commented on old version of the post so some of the edits don't match with the current version
Anyway, I updated the parts that are present in current version. I'll be offline rest of the day, but if you want to publish the post, feel free to edit it.
@juhoteperi k thanks!
@dnolen I made a big list of proposed changes in CLJS-1461 that I'm planning to work through. First small bit of work is ready to be merged https://dev.clojure.org/jira/browse/CLJS-2260
@dnolen I just finished the first iteration on the Canary project, currently there are only two projects participating (planck and cljs-devtools) it generates reports like this: https://github.com/cljs-oss/canary/tree/results/reports/2017/07/18/job-000063-1.9.818-ea70c3f I think we are ready to onboard more projects, tried to document it a bit in the master readme: https://github.com/cljs-oss/canary/tree/master @mfikes @juhoteperi ^^
@mfikes btw. I finally figured out how to run only one job from planck matrix: https://github.com/cljs-oss/canary/blob/master/runner/src/canary/projects/mfikes.clj#L5-L8
also I noticed that your jobs are somehow rate limited or something, it took 40+ minutes for last two jobs to start (when triggering full matrix), don’t know what was going on