This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-12
Channels
- # ai (1)
- # aleph (11)
- # announcements (9)
- # aws (1)
- # beginners (61)
- # chlorine-clover (2)
- # clj-kondo (1)
- # clojure (35)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (1)
- # clojure-filipino (1)
- # clojure-france (2)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # clojure-uk (1)
- # clojured (14)
- # clojurescript (45)
- # cursive (8)
- # data-science (2)
- # events (1)
- # fulcro (2)
- # gratitude (4)
- # helix (1)
- # honeysql (3)
- # introduce-yourself (1)
- # malli (4)
- # minecraft (4)
- # nbb (23)
- # off-topic (57)
- # polylith (4)
- # reagent (2)
- # sci (23)
- # shadow-cljs (7)
- # vim (1)
- # xtdb (17)
Hi! Can this be fixed somehow?
------ WARNING #1 - -----------------------------------------------------------
File: ~/.m2/repository/metosin/malli/0.8.4/malli-0.8.4.jar!/malli/core.cljc:2265:26
--------------------------------------------------------------------------------
2262 | (reduce -register-var {}))))
2263 |
2264 | (defn class-schemas []
2265 | {#?(:clj Pattern, :cljs js/RegExp) (-re-schema true)})
--------------------------------^-----------------------------------------------
References to the global RegExp object prevents optimization of regular expressions
I'm compiling malli as part of #nbb and I'd like to keep the rest of nbb optimizedhttps://github.com/metosin/malli/pull/692 Needs new release