This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-11
Channels
- # announcements (4)
- # babashka (50)
- # beginners (45)
- # cider (12)
- # clara (1)
- # clj-commons (6)
- # clj-kondo (3)
- # cljdoc (3)
- # cljs-dev (44)
- # clojure (19)
- # clojure-europe (15)
- # clojure-france (1)
- # clojure-nl (13)
- # clojure-portugal (4)
- # clojure-uk (6)
- # clojurescript (3)
- # conjure (3)
- # cryogen (10)
- # datomic (23)
- # emacs (9)
- # fulcro (12)
- # graalvm (1)
- # graphql (2)
- # introduce-yourself (2)
- # jobs (4)
- # jobs-discuss (9)
- # lsp (2)
- # pathom (3)
- # polylith (23)
- # portal (1)
- # reagent (14)
- # releases (4)
- # remote-jobs (3)
- # shadow-cljs (1)
- # sql (8)
- # tools-build (7)
- # tools-deps (10)
- # xtdb (7)
Hi @tony.kay! It seems like there's a problem https://github.com/fulcrologic/guardrails/blob/89eca32ddb0e3d1594c67c862c8bfffe6dbce7c2/src/main/com/fulcrologic/guardrails/impl/externs.cljc#L123, where shadow-cljs doesn't like IllegalArgumentException.
, since it's not available in CLJS.
Hi @tony.kay. I enabled guardrails in my REPL and it caused these calls to fail: `
(datetime/set-timezone! "America/Phoenix")
I think I originally thought that was some internal definition, but it seems like in some cases it has to be loaded or something