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
It seems that API guardian cannot be made to work with all version combinations. We should pick a single version and perform the API guardian checks with that version only. IMO, it the checks should be run against whatever the version in master are using.
The problem is highlighted here:
Note that between versions, the union in the return type is either 0 | 1 | -1 or 1 | 0 | -1.
The text was updated successfully, but these errors were encountered:
Bug Report
It seems that API guardian cannot be made to work with all version combinations. We should pick a single version and perform the API guardian checks with that version only. IMO, it the checks should be run against whatever the version in master are using.
The problem is highlighted here:
Note that between versions, the union in the return type is either
0 | 1 | -1
or1 | 0 | -1
.The text was updated successfully, but these errors were encountered: