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: correct the return type for json_decode! #200

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

squirmy
Copy link
Contributor

@squirmy squirmy commented Nov 1, 2024

Was getting a dialyzer error suggesting that my pattern could never match the type.

I think it's because the json_decode! spec was returning an iodata instead of a struct.

@coveralls
Copy link

Coverage Status

coverage: 97.833%. remained the same
when pulling 1566a25 on squirmy:master
into e71019a on ahamez:master.

@ahamez ahamez merged commit 926f117 into ahamez:master Nov 1, 2024
6 of 7 checks passed
@ahamez ahamez added the bug label Nov 1, 2024
@ahamez
Copy link
Owner

ahamez commented Nov 1, 2024

It's now published in v1.7.6. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants