-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bump solana + cleanup types #13253
bump solana + cleanup types #13253
Conversation
I see you updated files related to
|
24f99fc
to
f52b99f
Compare
err = multierr.Append(err, vc.ValidateConfig()) | ||
for _, e := range utils.UnwrapError(vc.ValidateConfig()) { | ||
err = multierr.Append(err, e) | ||
} | ||
} else if v.CanAddr() { | ||
i = v.Addr().Interface() | ||
if vc, ok := i.(Validated); ok { |
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.
I think this one needs to be aligned with the previous case. Maybe we don't have coverage for it?
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.
yeah I don't think there's test coverage on it since adding/removing it didn't do anything
if the same issue comes up later on, then we at least know the solution for now - and it really only affects pretty-printing things
you've also mentioned removing multerr
in the future so this will handling will hopefully go away 🤞🏼
Quality Gate failedFailed conditions |
upstream: