-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add map_dir_from_tar
and map_file_from_tar
#508
Add map_dir_from_tar
and map_file_from_tar
#508
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #508 +/- ##
==========================================
+ Coverage 73.94% 73.99% +0.04%
==========================================
Files 284 284
Lines 23480 23498 +18
==========================================
+ Hits 17362 17387 +25
+ Misses 6118 6111 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Is there a specific reason why a simple |
I've simplified the helpers in 64a46b2. It is indeed not necessary to mount every file individually when using |
This is to make some things work correctly with the We plan to make a change there to introduce "DirEntry" objects sometime in the future, but as this is a pretty big change it won't come any time soon. I went and found where I was having that problem. I opted to solve it by changing the |
Co-authored-by: Erik Schamper <[email protected]>
As discussed in #492 (comment).