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

Check type of incoming data before trying to decode CSV #27

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

clue
Copy link
Owner

@clue clue commented Jan 13, 2022

This changeset adds additional type checks for the incoming data before trying to decode as CSV. This should not affect normal usage, but helps with ensuring type safety and detecting issues when the Decoder has not been set up properly.

@clue clue added the new feature New feature or request label Jan 13, 2022
@clue clue added this to the v1.2.0 milestone Jan 13, 2022
@clue clue requested a review from SimonFrings January 13, 2022 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants