Fork me on GitHub
#releases
<
2023-03-31
>
seancorfield18:03:44

I've finally decided to turn my dot-clojure repo into a "proper" project so it's easier to depend on/use from elsewhere:

io.github.seancorfield/dot-clojure {:git/tag "v1.0.0" :git/sha "12c4683"}
https://github.com/seancorfield/dot-clojure/ -- you can now access the start-repl function more easily from other projects if you don't want to take on the whole deps.edn and its various aliases!

seancorfield19:03:39

https://github.com/seancorfield/deps-new/releases/tag/v0.5.1 -- A new, simpler alternative to clj-new -- fixes a bug in the template template (thanks to @jr0cket for finding & reporting this!) -- follow-up in #C019ZQSPYG6

borkdude19:03:20

https://github.com/babashka/nbb: Scripting in Clojure on Node.js using https://github.com/babashka/sci 1.2.172 • https://github.com/babashka/nbb/issues/95: add invoked-file Follow up in #nbb

seancorfield19:03:26

com.github.seancorfield/next.jdbc {:mvn/version "1.3.865"} -- https://github.com/seancorfield/next-jdbc -- A modern low-level Clojure wrapper for JDBC-based access to databases • Fix https://github.com/seancorfield/next-jdbc/issues/246 by adopting the strop function from HoneySQL. • Address https://github.com/seancorfield/next-jdbc/issues/245 by not locking the Connection when *nested-tx* is bound to :ignore -- improving clojure.java.jdbc compatibility. • Address https://github.com/seancorfield/next-jdbc/issues/237 by adding an :init-fn option to the db-spec argument for next.jdbc.connection/component. Follow-up in #C1Q164V29

Noah Bogart20:03:50

https://cljdoc.org/d/io.github.noahtheduke/splint/1.1.1/doc/home v1.1.1: a Rubocop and Kibit inspired Clojure linter focused on style and code shape • Wrote https://cljdoc.org/d/io.github.noahtheduke/splint/1.1.1/doc/rules about the Pattern DSL and how to write your own rules • Added :spat/lit metadata to match on symbols that would be treated as part of the DSL. • Changed predicate resolution to check resolving namespace first, then clojure.core, then rules.helpers. Follow up in #splint

Alex Miller (Clojure team)22:03:14

https://github.com/cognitect/transit-java 1.0.371 • Update jackson-core to 2.14.2 • Update jaxb-api to 2.4.0-b180830.0359 • Fix for https://github.com/cognitect/transit-clj/issues/37 - error reading cmap with null key I have not yet looked at the msgpack dependency, I know it's very old

❤️ 2