-
Notifications
You must be signed in to change notification settings - Fork 139
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
API errors not reported for PR's #1003
Comments
@HannesWell : could you please check? |
As far as I know SWT was never API checked (@akurtakov might can confirm) if you look at the build scripts as the |
API checks for swt are simply too hard to setup for console build . We have always relied on committers checking it in the workspace as there are even 3 different impl. for pretty much everything and one can break the API of only one of them. |
With the recent build rework, i.e. that El all bundles are built together, I can try to simply API check each fragment individually. |
See #1002.
All PR validation checks are green, but the PR has API errors.
It must be recent regression with the build validation, something like #988 could be related, but I haven't checked when it started to fail.
We must fix that ASAP, otherwise we might blindly merge some broken API...
The text was updated successfully, but these errors were encountered: