This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-31
Channels
- # announcements (22)
- # asami (19)
- # aws-lambda (4)
- # babashka (42)
- # beginners (43)
- # calva (28)
- # cider (1)
- # clerk (79)
- # clj-kondo (12)
- # clojure (47)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (12)
- # clojure-europe (40)
- # clojure-nl (2)
- # clojure-norway (5)
- # clojure-uk (3)
- # clojurescript (56)
- # clr (12)
- # conjure (8)
- # cursive (4)
- # datomic (78)
- # dev-tooling (6)
- # exercism (1)
- # fulcro (9)
- # hoplon (3)
- # jobs (3)
- # jobs-discuss (4)
- # lambdaisland (3)
- # leiningen (1)
- # london-clojurians (1)
- # lsp (125)
- # malli (32)
- # matcher-combinators (3)
- # nrepl (1)
- # off-topic (6)
- # pathom (39)
- # re-frame (13)
- # releases (2)
- # remote-jobs (3)
- # sci (7)
- # shadow-cljs (117)
- # sql (6)
- # squint (7)
- # tools-build (15)
- # tools-deps (12)
I see update-vals
in https://github.com/babashka/sci/blob/e7c7cf41e56289c2bbe687e07344e02093835584/examples/sci/examples/copy_ns.cljc#L7 but it is not available in the core namespace. Is it missing or is it omitted on purpose?
Never mind, I’mhttps://github.com/babashka/babashka/blob/2ac1428341a4dc55b5b4661e26d9290d2cd35e44/src/babashka/impl/clojure/core.clj#L190 so must be for backwards compatibility I’m guessing 👌
and add it to https://github.com/babashka/sci.configs
yeah not sure what it best. I was just confused. I wanted to use it, then it wasn’t there. I checked the sci code and saw some indication it might be there (mentioned 3 times). So I was checking my Sci version and it was pretty recent 😅
> we can make a sci config to add those per clojure version or so Sounds like a good idea. I think that would be straightforward to work with indeed