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 bug that can't load default values for slice element #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xylonx
Copy link

@xylonx xylonx commented Aug 27, 2021

it fix this bug by loading the default values after parsing config files and env and before parsing other tags.

Related to #68.

the problem of #68 is that it load default values after parsing other tags, which will crash the program when contains required:"true" tag.

I also add a test case named TestSliceDefaultValue for testing such situations.

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.

None yet

1 participant