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

various improvements and fixes #17

Merged
merged 18 commits into from
May 3, 2024
Merged

various improvements and fixes #17

merged 18 commits into from
May 3, 2024

Conversation

phip1611
Copy link
Owner

@phip1611 phip1611 commented May 3, 2024

Fixes various problems and bugs. Code improvements. Better error reporting. Less panics.

Closes #12

phip1611 added 12 commits May 3, 2024 17:17
It would be nicer to properly propagate the error to the outside.
But with the current code structure, I couldn't find a nice way.

Good enough, for now.
The main motivation here is to cope with ustar-style Tar archives that
put a space into the string describing certain numbers. A tar archive
that fails without the new `as_str_until_first_space()` helper
@phip1611 phip1611 self-assigned this May 3, 2024
@phip1611 phip1611 enabled auto-merge May 3, 2024 17:53
@phip1611 phip1611 merged commit f31f0f7 into main May 3, 2024
18 checks passed
@phip1611 phip1611 deleted the dev branch May 3, 2024 17:55
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.

Add optional error handling
1 participant