Skip to content

fix bug that can't load default values for slice element#69

Open
xylonx wants to merge 1 commit intojinzhu:masterfrom
xylonx:bug/defaultvalue-slice
Open

fix bug that can't load default values for slice element#69
xylonx wants to merge 1 commit intojinzhu:masterfrom
xylonx:bug/defaultvalue-slice

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.

1 participant