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

Improve filters #112

Merged
merged 12 commits into from
Sep 5, 2024
Merged

Improve filters #112

merged 12 commits into from
Sep 5, 2024

Conversation

koron
Copy link
Owner

@koron koron commented Sep 5, 2024

  • Added maximum line length limit (fix filters: configurable max line length, and never be extended #110)
  • Filter base functions were grouped into a separate package
  • LTSV reader usage was separated into filter and non-filter
  • Line reader was separated from filter base
  • Each filter was grouped into an independent package: grep, head, hash, ltsv
  • LTSV reader for LTSV filter was made common and bugs were fixed
  • Other minor code reorganizations

@koron koron changed the base branch from main to hook-test September 5, 2024 16:56
@koron koron changed the base branch from hook-test to main September 5, 2024 16:56
@koron koron marked this pull request as ready for review September 5, 2024 17:05
@koron koron merged commit 193989d into main Sep 5, 2024
9 checks passed
@koron koron deleted the improve-filters branch September 5, 2024 17:05
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.

filters: configurable max line length, and never be extended
1 participant