Fork me on GitHub
#announcements
<
2022-06-09
>
lread17:06:21

rewrite-clj v1.1.45 (the 45th release of rewrite-clj!) Finally decided to drop the alpha status. Highlights from the https://github.com/clj-commons/rewrite-clj/blob/main/CHANGELOG.adoc#v1145: • now properly escaping inline double quotes for coerced strings https://github.com/clj-commons/rewrite-clj/issues/176 - thanks to @ivar.refsdal for raising the issue! • renamed zipper creation functions that take a rewrite-clj node as input. The old names did not reflect their purpose which led to confusion. Old functions will remain but are marked as deprecated. https://github.com/clj-commons/rewrite-clj/issues/178rewrite-clj.zip/ednrewrite-clj.zip/of-noderewrite-clj.zip/edn*rewrite-clj.zip/of-node*

1
rewrite-clj 5
🚀 2
🚅 2
2
metal 6
🙌 18
👍 5
❤️ 11
🎉 1
1
1
Ivar Refsdal08:06:29

Thanks a bunch! 😻

lread14:06:23

Thank you @ivar.refsdal for helping me to understand that issue was an issue!

😄 1
Mark Wardle20:06:16

Closing in on a v1.0 release, but here is hermes v0.12.681 https://github.com/wardle/hermes/releaseshttps://github.com/wardle/hermes/releases- smaller, with fewer transitive dependencies. Deployed in one of the largest emergency units in the UK, in the University Hospital of Wales, Cardiff, UK. This is a Clojure rewrite of tools previously written in java, and then later in Go, but this clojure version is far more capable with a fraction of the number of lines of code. This is an implementation of SNOMED CT, an international clinical terminology and ontology.

🎉 18
refset20:06:52

Hey Mark - I just spotted "effective-time" in the code base 🙂 ...there are a lot of similarities with XTDB in fact - we should definitely chat/meet sometime! Btw, it looks like your link has a stray '-' at the end https://github.com/wardle/hermes/releases/tag/v0.12.681

Cora (she/her)20:06:53

yep, the - in there threw me off, too

Mark Wardle20:06:39

Thanks - fixed now :)

pizzaspin 2
Mark Wardle21:06:48

This is nothing as complex or sophisticated as xtdb, but it does use Lucene and lmdb as backend stores to help deal with the size of this terminology. I am planning on using xtdb for a clinical data repository next! Would be great to chat.

🙌 1
Alex Miller (Clojure team)20:06:41

Clojure CLI https://clojure.org/releases/tools#v1.11.1.1119 is now available • https://clojure.atlassian.net/browse/TDEPS-213 - Add -X:deps aliases to list available aliases • https://clojure.atlassian.net/browse/TDEPS-226 - More nunanced error handling for s3 downloads • Better error message when git url can’t be inferred

🎉 16
1️⃣ 1
seancorfield23:06:33

clojure -X:deps aliases is nice -- thankyou!

Dumch23:06:32

Dart-&gt;Clojure 0.1.10 released Release https://github.com/Liverm0r/DartClojure/releases/tag/0.1.10. Highlights: • Great thanks to @pez 🙏 for supporting cljc. Now it could be used from cljs world (not tested extensively though); • Support multiple vars declarations:

🎉 12
Dumch23:06:44

^:const are visible in shell or with :string :format option