This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-07
Channels
- # announcements (2)
- # beginners (30)
- # calva (7)
- # cherry (15)
- # clerk (21)
- # clojure (1)
- # clojure-losangeles (12)
- # clojure-norway (1)
- # clojure-spec (3)
- # clojurescript (31)
- # conjure (2)
- # cursive (44)
- # datomic (13)
- # emacs (13)
- # honeysql (15)
- # hyperfiddle (7)
- # malli (2)
- # off-topic (17)
- # overtone (6)
- # reitit (7)
- # ring (58)
- # shadow-cljs (12)
- # squint (14)
- # tools-deps (14)
- # web-security (1)
- # xtdb (29)
🚀 The Var-references are merged in master, also a clj-kondo https://github.com/metosin/malli/pull/987 for :fn
schemas. Moved mu/deref-recursive
into malli.core
. Could cut out a release soon with all the stuff in. About Var references:
• Var-registry is enable by default, needs to be added manually if using mr/set-default-registry!
• Var deserialization is not enabled by default - does not work with ClojureScript and make GraalVM Native Images larger (thanks to @borkdude)
◦ can be enabled fro Clojure is one needs that
Below screenshots of using the Var Refs & error if one tries to deserialize those with malli.edn/read-string
:
🎉 3