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

fix: fixes problems with missing or multiple delimiters #21

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Conversation

quintesse
Copy link
Collaborator

A missing delimiter would cause the parser to hang in a loop and cause
a OOM error, while multiple delimiters would cause the parser to
incorrectly parse the line,

Fixes #20

Lines that either have no delimiter or that have multiple delimters
are not handled correctly. This commit adds tests for these cases.

See #20
A missing delimiter would cause the parser to hang in a loop and cause
a OOM error, while multiple delimiters would cause the parser to
incorrectly parse the line,

Fixes #20
@quintesse quintesse merged commit 3d850a1 into main Feb 21, 2024
1 check passed
@quintesse quintesse deleted the fix_20 branch February 21, 2024 13:06
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.

OOM caused when correct delimiter is missing
1 participant