This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-24
Channels
- # beginners (12)
- # boot (15)
- # chestnut (1)
- # cljs-dev (24)
- # cljsrn (2)
- # clojure (32)
- # clojure-dev (9)
- # clojure-news (1)
- # clojure-spec (7)
- # clojurescript (17)
- # cursive (12)
- # datomic (13)
- # hoplon (13)
- # instaparse (8)
- # jobs (3)
- # luminus (11)
- # lumo (10)
- # off-topic (2)
- # parinfer (2)
- # pedestal (2)
- # protorepl (3)
- # slack-help (1)
- # sql (6)
- # vim (1)
change will be pretty boring, just do the same thing for registry-ref
and store in :cljs.spec/registry-ref
Cool @dnolen my patch is attached to https://dev.clojure.org/jira/browse/CLJS-2117
ok added support for registry-ref
but I don’t have enough time to test that rigorously
There was a failure in self-host related to registry-ref
. Digging into it via https://dev.clojure.org/jira/browse/CLJS-2124
I also found a regression I had introduced with CLJS-2117 (the port of the spec caching stuff to self host), and attached a fix to https://dev.clojure.org/jira/browse/CLJS-2122
Finished my initial round of testing / fixing for the spec caching stuff. Logged and added patches to CLJS-2121 through CLJS-2124 covering stuff found / fixed.