Fork me on GitHub
#releases
<
2022-11-25
>
borkdude14:11:09

New #lambdaisland releases: https://github.com/lambdaisland/clj-diff 1.4.78: Diff for Clojure Sequences https://github.com/lambdaisland/deep-diff2 2.7.169: Deep diff Clojure data structures and pretty print the result Both libraries are now compatible with #babashka 1.0.166! Try this on your command line and see a beautiful deep diff:

bb -Sdeps '{:deps {lambdaisland/deep-diff2 {:mvn/version "2.7.169"}}}' -e "(use 'lambdaisland.deep-diff2) (pretty-print (diff {:a 1 :b 2} {:a 1 :b (range 10)}))"
Thanks @plexus and @actuallyalys_slack for collaborating on this.

šŸš€ 7
bmo 4
babashka 3
clojure-spin 4
gratitude 2
borkdude19:11:23

https://github.com/borkdude/rewrite-edn: utility lib on top of https://github.com/clj-commons/rewrite-clj with common operations to update EDN while preserving whitespace and comments. 0.4.6 ā€¢ https://github.com/borkdude/rewrite-edn/issues/33: fix assoc on map starting with comment

clojure-spin 1
šŸŽ‰ 1
rads19:11:59

https://github.com/babashka/bbin: Install any Babashka script or project with one command 0.1.5 ā€¢ https://github.com/babashka/bbin/commit/d4103e26db3c5c94f9ed7414c1d5fcd988b40e34

ā¤ļø 4