-
Notifications
You must be signed in to change notification settings - Fork 17
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
Include codec name in reports #38
Comments
whoops already does this but i just confused myself, closing |
nevermind i do think this doesn't get logged, reopening |
hmmm problem with this is that |
I think we should wait on this until the new version of io-ts becomes stable and this library can be adapted or forked for the new style of decoders. The sandbox with union output, you can imagine how more nested unions would make this blow up: https://codesandbox.io/s/loving-saha-crub0?file=/src/index.ts |
That's a good point. Let's wait for that. I think for now what we have is good enough. |
with long codec errors (mitigated by #32 ) it's often hard to tell which codec exactly was erroring - would be nice if a codec name was in the message, if present
The text was updated successfully, but these errors were encountered: