-
Notifications
You must be signed in to change notification settings - Fork 116
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
Revert "Fix eclipse-platform/eclipse.platform#1173 - bad UI on MacOS merge viewer" #869
Conversation
Test Results 591 files ±0 591 suites ±0 1h 5m 11s ⏱️ + 5m 55s For more details on these failures, see this check. Results for commit 534c362. ± Comparison against base commit 078b338. ♻️ This comment has been updated with latest results. |
@vogella @iloveeclipse would this revert be fine for RC2? What about the API tooling failures? They are again caused by eclipse-tycho/tycho#3019 but I don't think we should now touch all the other bundles here. |
Fine for me to merge for rc2 |
No, it needs a workaround for API errors, otherwise it will most likely break the SDK build. |
But that is not acceptable for rc2 as it would touch too many bundles |
#862 would only touch a single bundle. If it allows to merge this PR, maybe that's worth it? In particular because the only effect of that PR is that API tools will work for the affected bundle again. But I only want to emphasize that as an opportunity to still merge this revert PR. I know it's very late in the release cycle and it's totally fine for me if we keep it as it is as changes are too large/risky. |
OK, that's good.
I think we should merge this revert after #862 |
864cb81
to
534c362
Compare
Great. The test failures are random failures as documented in #770. |
I also wanted to note, that changing the |
That's also my understanding. But still one note on that: this kind of change to the |
Reverts #732
Async-exec caused a NPE, see #868.
Fixes #868.
Also, there are some concerns regarding the actual fix, see #732 (comment)