This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-04
Channels
- # announcements (4)
- # asami (38)
- # babashka (20)
- # beginners (188)
- # cider (1)
- # clara (11)
- # clj-kondo (103)
- # cljs-dev (15)
- # cljtogether (1)
- # clojure (138)
- # clojure-australia (5)
- # clojure-europe (33)
- # clojure-france (1)
- # clojure-losangeles (5)
- # clojure-nl (4)
- # clojure-norway (11)
- # clojure-serbia (3)
- # clojure-uk (11)
- # clojurescript (45)
- # community-development (3)
- # conjure (22)
- # core-async (18)
- # datomic (44)
- # defnpodcast (4)
- # deps-new (1)
- # depstar (49)
- # events (2)
- # fulcro (33)
- # girouette (2)
- # honeysql (37)
- # jackdaw (5)
- # jobs-discuss (16)
- # kaocha (3)
- # leiningen (4)
- # lsp (77)
- # malli (55)
- # membrane (4)
- # off-topic (61)
- # polylith (5)
- # quil (5)
- # reagent (33)
- # reitit (12)
- # remote-jobs (1)
- # reveal (4)
- # rewrite-clj (2)
- # sci (16)
- # shadow-cljs (22)
- # sql (1)
- # test-check (27)
- # tools-deps (44)
still waiting to build JSC for the runtime tests - but it appears we're now updated to latest Google Closure Compiler
I don't think we're going to include anything else since it's been so long since the last time and some of these changes to GCL are annoying enough that it might cause quite a bit of breakage
Seems like shadow requires a certain version of cljs, how do I test cljs with git deps in a project using shadow?
it doesn't require a specific version in general but certain combinations of shadow-cljs/CLJS/closure-compiler/closure-library have issues
git deps you can't do with pure shadow-cljs.edn
. deps.edn
works as usual, nothing special there.
hm let me try again, I've updated deps.edn, but shadow complained about versions mismatch
Cue James Bond villain scene: "Bring in .... the canary apparatus."