This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-26
Channels
- # announcements (17)
- # babashka (68)
- # beginners (8)
- # biff (14)
- # calva (25)
- # cherry (10)
- # clj-kondo (1)
- # clj-on-windows (12)
- # cljsrn (6)
- # clojure (134)
- # clojure-berlin (1)
- # clojure-europe (33)
- # clojure-nl (4)
- # clojure-norway (6)
- # clojure-uk (10)
- # clojurescript (9)
- # datalevin (8)
- # datomic (34)
- # docker (1)
- # emacs (31)
- # fulcro (6)
- # honeysql (8)
- # java (7)
- # joyride (14)
- # kaocha (7)
- # malli (11)
- # nbb (4)
- # off-topic (11)
- # pedestal (14)
- # rdf (53)
- # re-frame (6)
- # reagent (39)
- # reitit (2)
- # releases (9)
- # rewrite-clj (14)
- # shadow-cljs (97)
- # specter (1)
- # testing (5)
- # tools-deps (12)
- # vim (4)
- # xtdb (9)
Clojure CLI release https://clojure.org/releases/tools#v1.11.1.1182 is now available:
• https://clojure.atlassian.net/browse/TDEPS-70 - Detect missing jar in classpath and download automatically
• https://clojure.atlassian.net/browse/TDEPS-232 - Add generic https://clojure.org/guides/install_clojure#_posix_instructions
• https://clojure.atlassian.net/browse/TDEPS-200 - Clean up default user deps.edn
• https://clojure.atlassian.net/browse/TDEPS-219 Fixed -X:deps find-versions
doesn't find Maven versions that start with a letter
• Add :n option to -X:deps find-versions
and default to 8
• During -X:deps prep
, use :exec-args of alias being prepped, if present
• During -X:deps prep
, add :current
flag to prep current project, default=false
• Fix bad invocation of deps/prep-libs! in clojure.tools.cli.api/prep
• Improve error message when local dep directory is missing
• For downstream tools, added new https://download.clojure.org/install/stable.properties to look up latest stable tools release
• Update deps to latest

Released deps.clj 1.11.1.1182 as well: https://github.com/borkdude/deps.clj/blob/master/CHANGELOG.md#v11111182

@U015879P2F8 Perhaps the MSI can updated now as well
@U064X3EF3 That "well-known location" still seems to have 1.11.1.1165 as the contents.
(my update CLI script at work checks it and won't let me install 1.11.1.1182 unless I override that 🙂 )
I see latest there but maybe caching is at play
% curl -O
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 77 100 77 0 0 287 0 --:--:-- --:--:-- --:--:-- 298
% cat stable.properties
1.11.1.1182 bbaa93430b68378ed479d4acc6cc95d1e8f70ba4dae6771b3f7959cd39af3ebf
I'm seeing 1.11.1.1165 on multiple machines here -- both via web browsers and via curl
I changed the cache TTL on that, hopefully that should help (I had done that previously on a few other "changing" things in that bucket but forgot this one)
What's the TTL now? I'll let you know when I start seeing 1.11.1.1182
I also just invalidated the cloudfront cache to force a reset, that usually takes a few minutes
the default ttl on downloads (which is mostly append-only) is ~year. I changed this file to 60s.
And we're off to the races now! Thank you!
First release of https://github.com/ferdinand-beyer/reitit-ring-defaults v0.1.0: sensible default middleware for Reitit.
This lifts the popular ring-defaults library with its wrap-defaults
to Reitit’s data-driven middleware, for more flexibility (per-route middleware), performance and convenience!