cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2021-01-17T03:21:52.017700Z

@kommen feel free to add a patch to that ticket, would be good to see that tests pass w/ that change applied

kommen 2021-01-17T10:22:29.018500Z

@dnolen done

borkdude 2021-01-17T15:38:24.018900Z

FYI, I tried core.match with self-hosted (plk):

cljs.user=> (require '[clojure.core.match])
Unexpected error (ExceptionInfo) compiling at (/private/tmp/core.match/src/main/clojure/cljs/core/match.clj:9:1).
Only [lib.ns :only (names)] and optionally `:rename {from to}` specs supported in :use / :use-macros; offending spec: [clojure.core.match :exclude [match matchv match-let matchm]] at line 9 /private/tmp/core.match/src/main/clojure/cljs/core/match.clj