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

Fix directory contents cache in imagefs #26

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

mafredri
Copy link
Member

In #25 we introduced imagefs, however, it did not take into account folders being part of filesToCache, and thus, failed to cache all of the contents.

In this PR we also remove "extraction progress" from imagefs. While it could be useful when analyzing really big archives, the messaging is confusing as we're not actually extracting the whole image onto disk.

A driveby os => filesystem.FS fix is here as well.

@mafredri mafredri force-pushed the mafredri/multistage-cache-probing-fix branch from 2800ccc to 5e82e37 Compare August 30, 2024 08:33
@mafredri mafredri self-assigned this Aug 30, 2024
@mafredri mafredri merged commit 0668f96 into main Aug 30, 2024
9 checks passed
@mafredri mafredri deleted the mafredri/multistage-cache-probing-fix branch August 30, 2024 09:25
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.

2 participants