-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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: Set the default value correctly #9980
fix: Set the default value correctly #9980
Conversation
BREAKING CHANGE: The smi path exception was thrown in Init() (previously thrown in Gather()), the purpose of this is to find the problem earlier
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for the update @since1986! Just one small comment left... :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful. Only some spaces left. Maybe set your editor to "trim trailing spaces"?
📦 Looks like new artifacts were built from this PR. Expand this list to get them here! 🐯Artifact URLs |
@since1986 can you please update the PR description above as we now don't face a breaking change I think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for your nice work @since1986!
@since1986 for fixing the CI issue, try rebasing on the latest master. It would help us to understand what to do in similar cases. Anyway @powersj I think it's save to merge the PR despite the CI errors as those are only formatting issues in the README... |
(cherry picked from commit 0133f12)
The smi path exception was thrown in Init() (previously thrown in Gather()), the purpose of this is to find the problem earlier
resolves #9979