Fork me on GitHub
#cljs-dev
<
2017-07-18
>
mfikes00:07:44

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*.

dnolen05:07:28

@ambrosebs thanks, yes an incremental approach would be welcome

juhoteperi11:07:25

@dnolen You commented on old version of the post so some of the edits don't match with the current version

juhoteperi11:07:43

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.

ambrosebs19:07:41

@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

darwin20:07:29

@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 ^^

mfikes20:07:56

Very cool!

mfikes20:07:12

Excellent !

darwin20:07:50

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

darwin20:07:04

running just a single job usually finishes in 10mins or less

mfikes20:07:20

@darwin Jobs that involve Mac boxes can take a long time to spin up. I think Travis simply has a long queue relative to very little Mac hardware.

darwin20:07:39

ah ok, that makes sense then