-
Notifications
You must be signed in to change notification settings - Fork 213
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
bugfix: dont throw error if +required is set with omitempty #455
bugfix: dont throw error if +required is set with omitempty #455
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexzielenski The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5b141d2
to
ad6031a
Compare
b57289a
to
2980c8a
Compare
added another commit to fix another bug that was exposed when i pulled the changes into k/k. Newly evaluated enums sometimes alias each other and cause duplicate entries. |
previous PR had a bug
2980c8a
to
862dda8
Compare
862dda8
to
649db69
Compare
/lgtm |
/hold cancel |
I had included a bug into previous PR #448 which throws an error if +required is set on an
omitempty
field which ran counter to my interests.Took another stab at it, this time including tests :)
/assign @Jefftree
sorry for the churn.
/hold
Am also going to try to pin dep after this one so will wait for green PR there before merging this