ci: break build on incompatible modifications #106
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



It has come to our attention that #94 contains a binary-compatibility breaking change that was not identified during the review phase. To prevent similar regressions, I am rolling out japicmp across all add-ons and libraries. This will automate binary-compatibility checks and ensure we catch breaking changes during the CI process.
Had we run this tool on the PR, it would have immediately reported the incompatibility and blocked the release.
Summary by CodeRabbit