Fork me on GitHub
#announcements
<
2022-02-24
>
borkdude11:02:00

Babashka fs, a Clojure filesystem library based on java.nio v0.1.3: • Compatibility improvements for `com.google.cloud/google-cloud-nio`: convert `URI` to `Path` directly without going through `URL` • Add `create-temp-file` • Add initial version of `zip` • Add `read-attributes*` without conversion into map • Run `create-dirs` for the `dest` directory in `copy-tree` to ensure it exists (https://github.com/duzunov) • Document `list-dir` `glob-or-accept` argument (https://github.com/holyjak) API docs: https://babashka.org/fs. For questions, visit #babashka. Source code https://github.com/babashka/fs. These and more updates are available in the newly released https://github.com/babashka/babashka/blob/master/CHANGELOG.md#076-2022-02-24. Please leave some feedback about babashka in the https://forms.gle/ko3NjDg2SwXeEoNQ9!

🎉 13
gratitude 5
Noah Bogart13:02:39

This is my favorite file system manipulation library.

❤️ 1
💯 1
littleli14:02:15

Michiel! You're a machine! 🙂

lilactown17:02:39

ahh I just started using this in a new project and was about to create something akin to create-temp-file 😄 you're a mindreader

Alex Miller (Clojure team)21:02:34

https://github.com/clojure/tools.build v0.8.0 is now available, mostly addressing issues when explicitly binding *project-root* • compile-clj - always create classpath entries relative to *project-root* • java-command - don't resolve classpath entries, leave them relative to *project-root*

🙏 6
👍 3
🎉 6