You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
When using the DecoderConfig.ErrorUnset together with DecoderConfig.IgnoreUntaggedFields while having a untagged field results in an error, as the field remains unset.
The test pulledtim@64dc62a
fails with * '' has unset fields: Unrelated
Is that an expected behavior or would you accept a PR for that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the
DecoderConfig.ErrorUnset
together withDecoderConfig.IgnoreUntaggedFields
while having a untagged field results in an error, as the field remains unset.The test
pulledtim@64dc62a
fails with
* '' has unset fields: Unrelated
Is that an expected behavior or would you accept a PR for that?
The text was updated successfully, but these errors were encountered: