announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
sergey.shvets 2020-09-25T04:58:39.005200Z

I also use https://github.com/mfikes/cljs-bean for pretty much all my projects.

borkdude 2020-09-25T13:27:04.009500Z

Babashka, a native scripting env for Clojure, v0.2.1 released: - http-kit client + server - support for implementing IDeref and IAtom - clojure.pprint/cl-format and multiple fixes and enhancements. Thanks @cljtogether for sponsoring this release. Release notes: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v021-2020-09-25 Visit #babashka for questions.

26
18
🦜 3
🎉 20
alexmiller 2020-09-25T18:45:58.017300Z

https://clojure.org/releases/tools#v1.10.1.697 is now available (this is a release, NOT a prerelease) • Added https://clojure.org/reference/deps_and_cli#_executing_a_function (-X) • Added https://clojure.org/reference/deps_and_cli#_prepare_for_execution (-P) • Expanded https://clojure.org/reference/deps_and_cli#_running_a_main_or_script (-M) to support all argmap arguments • Added new argmap attributes for https://clojure.org/reference/deps_and_cli#namespaces: :ns-aliases and :ns-default • Added new https://clojure.github.io/tools.deps.alpha/clojure.tools.cli.api-api.html available via -X:deps alias (git-resolve-tags, mvn-install, mvn-pom, tree) • Deprecated -R, -C (use -X, -M, or -A instead) • Deprecated unqualified lib names in deps.edn (use fully qualified lib names) • Deprecated alias tool args :deps and :paths (use :replace-deps and :replace-paths) • Removed -O (use -X, -M, or -A) • Removed -Sresolve-tags (use -X:deps git-resolve-tags) • https://clojure.atlassian.net/browse/TDEPS-152 - Fixes to -Spom generation with srcDirectory • https://clojure.atlassian.net/browse/TDEPS-155 - Better error handling for bad coordinates • https://clojure.atlassian.net/browse/TDEPS-167 - Handle absolute resource paths in pom deps • Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md 0.9.810

15
🔥 25
🦜 10
🎉 16
alexmiller 2020-09-25T19:14:37.019300Z

https://clojure.org/releases/devchangelog#v1.10.2-alpha2 is now available • https://clojure.atlassian.net/browse/CLJ-2571 Add Throwable return type hint to ex-cause • https://clojure.atlassian.net/browse/CLJ-2572 Avoid reflection in clojure.data • https://clojure.atlassian.net/browse/CLJ-2295 Eliminate duplicate doc string printing for special forms • https://clojure.atlassian.net/browse/CLJ-2564 Improve error message for casehttps://clojure.atlassian.net/browse/CLJ-2580 Fix case expression branch analysis that resulted in compilation error • https://clojure.atlassian.net/browse/CLJ-2469 Fix errors in printing some maps with namespace syntax

19
🔥 8
🦜 16
🎉 16
seancorfield 2020-09-25T21:13:36.026900Z

https://github.com/seancorfield/readme 1.0.16 is available -- now auto-creates directories in the specified test path if necessary and exits with a non-zero status if the generated test file cannot be required (due to errors in your readme code, for example)

👍 8
2020-09-25T21:23:37.027100Z

👌 very nice — I’ll not need to use org-mode for things like this now