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

Fixes #66: return err when loading default tags error #90

Closed
wants to merge 3 commits into from

Conversation

EdwardShen125
Copy link

In scenarios where dependency on default values takes precedence over file values, a failure in parsing the default tags may result in successful parsing of certain structures, leaving some fields with null values.

In the absence of awareness regarding this error, it could lead to issues when utilizing components that are sensitive to null values.

Alternatively, it might cause the component to start and operate in a manner inconsistent with expectations.

Identifying the specific origin of the subsequent null values due to parsing failure becomes challenging without proper diagnostics.

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