This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-23
Channels
- # announcements (3)
- # architecture (10)
- # babashka (37)
- # beginners (69)
- # calva (2)
- # cider (10)
- # clerk (22)
- # clj-kondo (33)
- # cljdoc (44)
- # clojure (45)
- # clojure-conj (4)
- # clojure-denmark (7)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-uk (4)
- # clojurescript (10)
- # clr (19)
- # conjure (1)
- # emacs (28)
- # events (1)
- # fulcro (1)
- # jobs (1)
- # joyride (1)
- # lsp (18)
- # malli (30)
- # membrane (3)
- # off-topic (23)
- # pathom (45)
- # portal (29)
- # proletarian (7)
- # rdf (15)
- # re-frame (21)
- # reagent (2)
- # releases (6)
- # remote-jobs (1)
- # reveal (6)
- # shadow-cljs (36)
- # slack-help (7)
- # sql (5)
- # tools-deps (3)
Fulcro RAD 1.4.4 https://github.com/fulcrologic/fulcro-rad
• Made pathom2 form save middleware mutations available in CLJS so you can have js-based RAD servers (database in the browser)
• Fixed React hooks support for defsc-form
Fulcro 3.6.0-RC5 https://github.com/fulcrologic/fulcro • Continued refinement in support for React 18
A new version of https://github.com/babashka/babashka released: v1.1.171
• https://github.com/babashka/babashka/issues/1467: BREAKING: avoid printing results, unless --prn
is enabled (aside from -e
, -o
and -O
).
• Include https://github.com/babashka/http-client as built-in library
• SCI: support add-watch
on vars
• Compatibility with https://github.com/weavejester/eftest test runner (see https://twitter.com/borkdude/status/1616886788898885632)
• Add classes:
◦ java.util.concurrent.Callable
◦ java.util.concurrent.ExecutorService
• Expose clojure.main
main
and repl-caught
• Switch clojure.test/*report-counters*
to ref instead of atom for compatibility with https://github.com/lambdaisland/kaocha
• Allow java.io.OutputStream
to be proxied, for https://github.com/lambdaisland/kaocha
• Support qualified method names in proxy
and ignore namespace
https://github.com/babashka/process Clojure library for shelling out / spawning sub-processes
0.4.15
• BREAKING: :write
instead of :append
to an :out-file
by default. This default was undocumented so the impact should be small.
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.1.172 (2023-01-23)
• https://github.com/babashka/babashka/issues/1472: fix tokenization of babashka.tasks/clojure
: command was tokenized twice (regression was introduced in 1.0.168
)
• BREAKING: Bump babashka.process
: change default for :out :append
to :out :write
. This default is undocumented so the impact should be small.