This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-03
Channels
- # announcements (21)
- # aws (6)
- # babashka (28)
- # beginners (39)
- # biff (1)
- # calva (23)
- # cider (5)
- # clj-kondo (108)
- # clojure (11)
- # clojure-europe (17)
- # clojure-nl (2)
- # clojure-nlp (10)
- # clojure-uk (8)
- # clojurescript (29)
- # community-development (4)
- # conjure (20)
- # css (3)
- # datalevin (9)
- # datomic (3)
- # events (2)
- # figwheel-main (11)
- # fulcro (36)
- # honeysql (7)
- # humbleui (5)
- # interceptors (4)
- # introduce-yourself (3)
- # jobs (1)
- # lsp (51)
- # malli (1)
- # meander (71)
- # minecraft (8)
- # other-languages (18)
- # pathom (15)
- # polylith (25)
- # portal (10)
- # re-frame (5)
- # reitit (15)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (11)
- # tools-deps (27)
Hi, I'm using mr/set-default-registry!
and I'm getting the following error when running kaocha test runner and the namespaces reload on change.
Caused by: java.lang.IllegalArgumentException: No implementation of method: :-schema of protocol: #'malli.registry/Registry found for class: nil
at clojure.core$_cache_protocol_fn.invokeStatic (core_deftype.clj:584)
...
malli.registry$eval15830$fn__15831$G__15819__15838.invoke (registry.cljc:11)
malli.registry$custom_default_registry$reify__15870._schema (registry.cljc:50)
malli.core$_lookup.invokeStatic (core.cljc:260)
malli.core$_lookup.invoke (core.cljc:258)
malli.core$_lookup_BANG_.invokeStatic (core.cljc:265)
malli.core$_lookup_BANG_.invoke (core.cljc:263)
malli.core$schema.invokeStatic (core.cljc:1985)
malli.core$schema.invoke (core.cljc:1963)
malli.core$properties.invokeStatic (core.cljc:1999)
malli.core$properties.invoke (core.cljc:1994)
malli.core$properties.invokeStatic (core.cljc:1997)
malli.core$properties.invoke (core.cljc:1994)