This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-12
Channels
- # adventofcode (80)
- # announcements (11)
- # babashka-sci-dev (6)
- # beginners (52)
- # calva (144)
- # clj-kondo (28)
- # cljdoc (2)
- # cljs-dev (7)
- # clojure (120)
- # clojure-dev (28)
- # clojure-europe (36)
- # clojure-nl (1)
- # clojure-norway (16)
- # clojure-uk (3)
- # clojurescript (1)
- # cursive (4)
- # datomic (14)
- # figwheel-main (5)
- # fulcro (23)
- # hoplon (2)
- # hyperfiddle (46)
- # improve-getting-started (10)
- # jobs (1)
- # joyride (1)
- # leiningen (10)
- # malli (5)
- # nbb (5)
- # off-topic (21)
- # polylith (7)
- # portal (15)
- # practicalli (1)
- # rdf (18)
- # re-frame (3)
- # releases (2)
- # remote-jobs (5)
- # shadow-cljs (25)
- # spacemacs (4)
- # tools-deps (16)
- # tree-sitter (1)
New set of releases to move tools.deps.alpha to tools.deps • https://github.com/clojure/tools.deps 0.16.1264 - this is a new lib (forked from tools.deps.alpha) with namespaces changed. To switch, you'll need to update your deps and remove the alpha in your requires. • https://github.com/clojure/tools.deps.cli 0.9.10 - this is a new lib split out from old t.d.a that contains the programs in the :deps alias (which you only use via that alias so no change from a user perspective). Splitting this out will let it vary independently from tools.deps. • tools.tools 0.3.0 • Clojure CLI prerelease 1.11.1.1208 - mostly just switching to tools.deps chanages, but also sets -XX:-OmitStackTraceInFastThrow by default


I was just complaining to a colleague that -XX:-OmitStackTraceInFastThrow
should really be on by default when he mentioned this change!
Hey, thanks a lot for this, tools.deps has been all but alpha all this time, so it was about time to get rid of it. The old name didn't exactly inspire confidence to non-Clojure people and newcomers. 🙂 I noticed that the add-lib3 branch is still using the old namespaces. Any near-future plans to migrate that as well or (hopefully! 🤞) integrate it with the main branch? No pressure of course, I'm just asking because I actually add that dev dependency to all of my projects 😄
hadn't thought about updating that yet, although I am spending a lot of time right now figuring out how to integrate it for reals, which will partially be in Clojure itself. I guess if enough people need it, I could do that update in add-libs3
It's not a priority for me, I'm only using the branch to add/remove deps from the REPL during development, so I can just keep using it like I do now. For what it's worth I'd rather wait a bit more and get the functionality out of the box to be honest than have the add-lib3 branch updated sooner. 🙂 edit: it's great to hear that it's on your radar!
only just seen this, this is great news!
https://github.com/quoll/raphael: A Clojure/ClojureScript RDF Turtle parser 0.1.0 (2022-12-12) • Completely native. No external dependencies. No Java or JavaScript libraries. • Pluggable. External constructors for IRIs, Blank nodes, and Literals can all be provided.
I loved the name hahaha