You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove temporary interface aliases that are of the form type (.*)I interface { such as type ValidatorI IValidator to reduce the scope of backwards compatibility-breaking changes.
Problem Definition
Follow up on the comment left in #13268 while working on #13254 to reduce backwards incompatible changes.
Work Breakdown
Search for all instance of of type (.*)I I(.*) in the codebase and remove it.
The text was updated successfully, but these errors were encountered:
Summary
Remove temporary interface aliases that are of the form
type (.*)I interface {
such astype ValidatorI IValidator
to reduce the scope of backwards compatibility-breaking changes.Problem Definition
Follow up on the comment left in #13268 while working on #13254 to reduce backwards incompatible changes.
Work Breakdown
Search for all instance of of
type (.*)I I(.*)
in the codebase and remove it.The text was updated successfully, but these errors were encountered: