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

Catch errors produced by SweetXml and turn them into error tuple #4

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

s3cur3
Copy link
Contributor

@s3cur3 s3cur3 commented Jun 1, 2022

This wraps the parse step in some error handling logic, so that rather than crashing the calling process on parse error, we return {:error, something}.

This wraps the parse step in some error handling logic, so that rather than crashing the calling process on parse error, we return `{:error, something}`.
@caspg
Copy link
Collaborator

caspg commented Jun 2, 2022

@s3cur3 that's awesome, thanks.

@caspg caspg merged commit e0bb6a9 into velomapa:master Jun 2, 2022
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