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 would be nice to have a source compatibility check, but this project currently has the api-breakage-check "soundness" check disabled. Evaluate this check to see if it usable, and enable it if so.
Basic requirements:
We need to compare against a baseline that is configurable on a per-branch basis.
Automated source compatibility checks are extremely prone to false positives. Therefore, we need a reliable way to suppress any and all failures.
The text was updated successfully, but these errors were encountered:
It would be nice to have a source compatibility check, but this project currently has the api-breakage-check "soundness" check disabled. Evaluate this check to see if it usable, and enable it if so.
FWIW, we have this check enabled on all of our repos.
The reality is that this is actually an ABI breaking checker and not an API one but that's okay for us. We sometimes do get false-positives but we just admin merge over them once we come to the conclusion that this is in fact not an API breaking change.
It would be nice to have a source compatibility check, but this project currently has the api-breakage-check "soundness" check disabled. Evaluate this check to see if it usable, and enable it if so.
Basic requirements:
The text was updated successfully, but these errors were encountered: