-
Notifications
You must be signed in to change notification settings - Fork 194
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
Move "Light (Preview)" Theme to the "Light" Theme #2549
Conversation
As discussed this PR does bring the changes done in the light preview theme to the "default" light theme (on all 3 SWT platforms). This is now done early in the 4.35 cycle to get further feedback and to have enough time to fix arising issues. |
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
Looks great, lets merge this early in this release cycle so that we iron issue out during this release cycle. Thanks a bunch @BeckerWdf . |
Test Results 1 214 files - 300 1 214 suites - 300 1h 24m 9s ⏱️ - 20m 33s For more details on these failures, see this check. Results for commit 6dec95a. ± Comparison against base commit 54adc6a. This pull request skips 2 tests.
♻️ This comment has been updated with latest results. |
- Copies over all changes done in the "Light (Preview)" theme to the "Light" theme. So the changes done in the preview theme are now the default. - Delete the "Light (Preview)" theme as it's no longer needed. Also: - Simplify the plugin.properties file to remove duplicated strings. See: eclipse-platform#2114
CI Build says:
What's wrong here? |
If you look at the log and scroll up to where
|
So this is unrelated. I also don't expect that theme changes would cause failing tests. So let's merge this. |
Did you see any other build showing an OutOfMemery error before merging this patch? |
I tried a revert (#2559) to see whether the OOM was reproduced without the change, and it is reproduceable, so this particular change doesn't seem to blame. |
OOM's seem to started recently. I've blamed infra but @HannesWell meant there were no changes. It would be nice if someone could investigate, I will be back to PC on Monday. |
Copies over all changes done in the "Light (Preview)" theme to the "Light" theme. So the changes done in the preview theme are now the default.
Delete the "Light (Preview)" theme as it's no longer needed.
Also:
See: #2114