This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-30
Channels
- # babashka (18)
- # beginners (90)
- # calva (33)
- # clara (6)
- # cljfx (11)
- # cljs-dev (22)
- # cljsrn (9)
- # clojure (71)
- # clojure-australia (2)
- # clojure-czech (15)
- # clojure-europe (27)
- # clojure-germany (9)
- # clojure-nl (4)
- # clojure-serbia (3)
- # clojure-uk (10)
- # clojurescript (17)
- # conjure (12)
- # data-oriented-programming (2)
- # deps-new (6)
- # fulcro (29)
- # graphql (10)
- # hugsql (6)
- # jobs (1)
- # lsp (59)
- # malli (8)
- # off-topic (76)
- # pathom (15)
- # polylith (130)
- # re-frame (9)
- # reagent (15)
- # releases (4)
- # rewrite-clj (6)
- # ring (6)
- # rum (9)
- # shadow-cljs (116)
- # specter (5)
- # testing (7)
- # tools-deps (24)
- # vim (6)
- # xtdb (17)
even a pre-release would definitely help with testing stuff. I don't use deps.edn anywhere so depending on master is kinda difficult.
I do have a local CLJS lein install
'd version I used for testing but thats "dangerous" 😛
almost made a shadow-cljs release with the newer closure-compiler version as a dependency which would have broken everyone that wasn't on that lein install
'd CLJS version 😉
no. well support is built-in but it doesn't use it internally. uses the older pomegranate lib by default, might switch when tools.deps gets out of alpha
@thheller I see. babashka does come with support built-in, using deps.clj
:
https://github.com/borkdude/deps.clj
a port of the Clojure bash stuff to Clojure itself ;)
it's now being used in Calva to provide a "getting started REPL" when people only have java
installed
yeah I just publish a separate uberjar'd small tool that handles the dependency downloading and classpath construction https://github.com/thheller/shadow-cljs/blob/master/packages/shadow-cljs-jar/src/shadow/cljs/npm/deps.clj
@mfikes let me know if you want me to take a pass at the release notes - it's mostly about calling out the Closure breakage and some small enhancements
@dnolen Yes, I'll make a pass at the release notes. Maybe I can do that today after work hours.
let me know when you need the site built
bumped nextjournal from 3fdaabed
to 1.10.844
and ran into a bunch of errors regarding tools.reader
:
Error in phase :compile-syntax-check
Exception: namespace 'clojure.tools.reader.edn' not found
we did have an explicit top level dependency on tools reader, which was a bit outdated, bumping this to the latest 1.3.4
made the errors go away