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

Remove pointless IO from VFS #523

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Remove pointless IO from VFS #523

merged 1 commit into from
Oct 9, 2023

Commits on Oct 8, 2023

  1. Remove pointless IO from VFS

    Setting up the VFS required IO just so it could capture a reference to a
    temporary directory that could be used if we wanted to write files out.
    This is weird and non-compositional: we can just ask the caller where
    they want the files, and they can make the temporary directory if they
    want.
    michaelpj committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    72fb653 View commit details
    Browse the repository at this point in the history