You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long story short, after reading sparse.tar into memory(Vec<u8>), the assertions are passing..
..but after writing these entries using append() method to the "output" Vec<u8> the same assertions fails.
I did fork the repository and the specific commit/test can be found here.
I couldn't find any example/testcase to pinpoint on how to work with sparse chunks, especially with extended sparse, so any help would be appreciated.
The text was updated successfully, but these errors were encountered:
attilarepka
changed the title
Invalid sparse entries when after writing
Invalid sparse entries after writing
Apr 9, 2023
attilarepka
changed the title
Invalid sparse entries after writing
Invalid sparse(extended) entries after writing
Apr 10, 2023
Hello,
First of all, thank you for this great crate!
Long story short, after reading
sparse.tar
into memory(Vec<u8>
), the assertions are passing....but after writing these entries using
append()
method to the "output"Vec<u8>
the same assertions fails.I did fork the repository and the specific commit/test can be found here.
I couldn't find any example/testcase to pinpoint on how to work with sparse chunks, especially with extended sparse, so any help would be appreciated.
The text was updated successfully, but these errors were encountered: