Fork me on GitHub
#announcements
<
2021-11-28
>
seancorfield00:11:08

https://github.com/seancorfield/honeysql 2.1.829 -- Turn Clojure data structures into SQL -- bug fixes for :not and :nest; enhancements for :add-column and :drop-column; various doc/build/test enhancements too (including automatically building, testing, and releasing to Clojars when a new release is created on GitHub)

🎉 12
gratitude 2
🍯 1
borkdude13:11:05

tools-deps-native 0.0.5 is out which can be used as a pod with #babashka Run tools-deps-alpha as a native binary. https://github.com/babashka/tools-deps-native/releases/tag/v0.0.4 New: • Windows support • Available in the pod registry Example usage as pod:

(require '[babashka.pods :as pods])

(pods/load-pod 'org.babashka/tools-deps-native "0.0.5")

(require '[clojure.tools.deps.alpha :as tda])

(->> (tda/create-basis {:project "deps.edn"
                        :extra '{:deps {buddy/buddy-core {:mvn/version "1.10.1"}}}})
     :classpath-roots
     (take 2))

;;=> ("src" "/Users/borkdude/.m2/repository/buddy/buddy-core/1.10.1/buddy-core-1.10.1.jar")
You can also use it with tools.bbuild which is designed to work with tools-deps-native. https://github.com/babashka/tools.bbuild Use with caution as these projects are still marked as experimental, although all tools.build tests pass. Join #babashka for discussion.

🎉 10
borkdude20:11:12

A new version of babashka/fs : file system util library (mostly based on java.nio). https://github.com/babashka/fs/blob/master/CHANGELOG.md v0.1.2 • Add `with-temp-dir` macro https://github.com/babashka/fs/issues/37 (https://github.com/hugoduncan) • Add `fs/home` and `fs/expand-home` https://github.com/babashka/fs/issues/12 https://github.com/babashka/fs/issues/13 (https://github.com/Kineolyan) • Improve `which` on Windows: take into account `.com`, `.exe`, `.bat.`, `.cmd` when searching for program v0.1.1 • Allow raw pattern to be passed to `fs/match` https://github.com/babashka/fs/issues/32unzip: entry in dir can come before dir in zip entries https://github.com/babashka/fs/issues/35

🚀 9
❤️ 1