Fork me on GitHub
#cljs-dev
<
2019-01-29
>
dnolen14:01:29

now would be a good time to test

borkdude14:01:20

this works for me: clj -Sdeps '{:deps {org.clojure/clojurescript {:git/url "" :sha "6e01b149dddfa28f76dd63374534900e6cf26d86"}}}' -m cljs.main -re node -e js/foo. I’m fairly confident that the stuff I tested before that commit still works.

mfikes15:01:21

Canary passes with the CLJS-3043 commit

dpsutton15:01:32

CLJS-3035 would be a trivial addition and easy ticket to close if there is interest. (updating doctrings of sort and sort-by to mention they are stable sorts)

borkdude15:01:35

I’ve tested 3 more projects that use cljs.main and they all worked, so I’m even more sure now 🙂

kommen16:01:39

threw 6e01b149 into nextjournal and found no issues with some quick testing