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

Properly handle GNUtar long file reading #49

Merged
merged 7 commits into from
Aug 6, 2024

Conversation

halostatue
Copy link
Owner

  • fix: Resolve long filename reader handling
  • chore: Add minitest-focus for focussed testing
  • chore: Bump to version 0.12 for release
  • chore: Fix a missing symbol interpolation
  • chore: Regenerate gemspecs

- Add Ruby 3.3
- Remove graalvm variants of truffleruby
- Add `base64` as a dev dep
@halostatue halostatue merged commit b51e325 into main Aug 6, 2024
19 of 22 checks passed
@halostatue halostatue deleted the properly-handle-gnutar-long-reads branch August 6, 2024 20:24
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.

When the large filename is greater than 512, Reader is not handling it.
1 participant