Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

road to bb: more babashka fs usage #437

Merged
merged 1 commit into from
May 23, 2022

Conversation

lread
Copy link
Collaborator

@lread lread commented May 23, 2022

Replaced direct JDK references with babashka fs abstractions.

Of note:

  • turfed etaoin.util/with-tmp-dir and replaced its usages with babashka
    fs equivalent (Files/createTempDirectory is unavailable in bb, I think).
    We've decided that etaoin.util is not part of our public API docs: What is the supported public API? #430, so not
    worried about deleting this macro.
  • some references to io/file replaced with fs/file for more flexible coercion.

Contributes to #380

Replaced direct JDK references with babashka fs abstractions.

Of note:
- turfed etaoin.util/with-tmp-dir and replaced its usages with babashka
fs equivalent (Files/createTempDirectory is available in bb, I think).
We've decided that etaoin.util is not part of our public API clj-commons#430, so not
worried about deleting this macro.
- some references to io/file replaced with fs/file for more flexible coercion.

Contributes to clj-commons#380
@lread lread requested review from borkdude and slipset as code owners May 23, 2022 00:54
@lread lread merged commit 8de9110 into clj-commons:master May 23, 2022
@lread lread removed request for borkdude and slipset May 23, 2022 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant