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

paste: fix multiple bugs #303

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

andrewliebenow
Copy link
Contributor

  • Implement handling of "\0" delimiter
  • Process data in bytes to allow handling of non-UTF-8 data
  • Forbid unescaped trailing backslash delimiter
  • Fix handling of repeated input files
  • In "-s" mode, reset delimiters iterator after each file

- Implement handling of "\0" delimiter
- Process data in bytes to allow handling of non-UTF-8 data
- Forbid unescaped trailing backslash delimiter
- Fix handling of repeated input files
- In "-s" mode, reset delimiters iterator after each file
Copy link
Contributor

@jgarzik jgarzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broadly looks ok. Minor changes highlighted.

@jgarzik jgarzik merged commit ac9a766 into rustcoreutils:main Oct 11, 2024
2 checks passed
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