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.
alexmiller 2020-10-22T14:12:30.263900Z

Clojure tools (clj) https://clojure.org/releases/tools#v1.10.1.727 is now available: • Fix clj -X:deps tree adding tools.deps.alpha to tree • Fix clj -X:deps mvn-pom adding tools.deps.alpha to pom deps • Fix clj -X:deps git-resolve-tags not working • https://clojure.atlassian.net/browse/TDEPS-152 - Fix clj -X:deps mvn-install on jar to also install embedded pom • Fix clj -Spom not respecting dep modifications from -A (regression)

613🔨5🔧
helios 2020-10-22T15:30:09.268400Z

Happy to announce the release of Lazo: https://github.com/nextjournal/lazo This is how we at Nextjournal keep our open source repositories in sync with our main repo. Interested in the feedback you might have.

5🙌
acron 2020-10-23T08:34:11.281500Z

Subtrees are harder to retrofit

athomasoriginal 2020-10-23T13:53:32.282300Z

I was looking for a project like this for one of my monorepos. Thanks!!

dominicm 2020-10-22T16:54:27.269600Z

Why this rather than a subtree? (Not a submodule)

slipset 2020-10-22T17:05:12.271600Z

https://github.com/slipset/deps-deploy is now available in version 0.1.3, Thanks to @cch1 who nudged me to finally fix signing artifacts.

1❤️
helios 2020-10-22T18:35:06.272800Z

The main idea is to streamline the flow for the monorepo and ourselves. So, from a practical point of view our main repo is completely oblivious to the fact that there are other repositories out there, so nothing has to change internally

2020-10-22T18:43:24.273Z

The real question here is whether lazo is being opensourced from that monorepo with lazo :p

dominicm 2020-10-22T18:45:43.273200Z

Other than doing the push, isn't that what a subtree does?

bringe 2020-10-22T22:11:58.278200Z

https://github.com/BetterThanTomorrow/calva version 2.0.129 is out with improved stack traces in the (relatively) new output/repl window! Visual demo in the docs: https://calva.io/output/#stack-traces. Join us in #calva for feedback, help, or to chat! • Stack traces now more closely resemble the output of `clojure.repl/pst` . • You can ctrl+click (cmd+click on Mac) the file names in the stack trace to navigate to the respective line (for Clojure files). • You can hover over symbol names in the stack trace to see the symbol documentation, as in normal code files. • You can ctrl-click (cmd+click on Mac) the symbols to Peek Definition, as in normal code files.

19🎉
just.sultanov 2020-10-22T22:54:09.279400Z

Hi, everyone! A Clojure(Script) library for unified responses v1.0.0 has been released with a stabilized API and some extra helper functions and macros. Happy hacking! https://github.com/anywhere-ninja/unifier

3👍4🎉