Andrey Loskutov
Andrey Loskutov
While investigating https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161 and the fix, we've noticed (once again) that SWT does some really unexpected things - in this case it **always** reads/writes `$HOME/.swt/trims.prefs` file. https://github.com/eclipse-platform/eclipse.platform.swt/blob/5b437ee2bd8cdda7083a9f2ceeadb172a583ed37/bundles/org.eclipse.swt/Eclipse%20SWT/gtk/org/eclipse/swt/widgets/Display.java#L551 https://github.com/eclipse-platform/eclipse.platform.swt/blob/5b437ee2bd8cdda7083a9f2ceeadb172a583ed37/bundles/org.eclipse.swt/Eclipse%20SWT/gtk/org/eclipse/swt/widgets/Display.java#L4855 This was...
Switching different merge viewers in diff editor can cause following exception (I see it in debugger, not in the error log) ``` java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1229) at org.eclipse.tm4e.core.internal.grammar.BasicScopeAttributesProvider.getBasicScopeAttributes(BasicScopeAttributesProvider.java:56) at org.eclipse.tm4e.core.internal.grammar.Grammar.getMetadataForScope(Grammar.java:112) at...
See this picture after fetching from main github repo:  It is full of `origin/something_bla_bla` branches pushed by @vogella to the main repository. This makes reading history harder, and it...
See https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-750/1/testReport/junit/org.eclipse.e4.ui.tests.workbench/PartRenderingEngineTests/ensureCleanUpAddonCleansUp/ ``` java.lang.AssertionError: CleanupAddon should ensure that partStack is not rendered anymore, as all childs have been removed at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertFalse(Assert.java:65) at org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests.ensureCleanUpAddonCleansUp(PartRenderingEngineTests.java:2469) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
Follow up on https://github.com/eclipse/tm4e/issues/703#issuecomment-1944801545. It looks like we have a strange content type handling that results in https://github.com/eclipse/tm4e/issues/703 (as one example). Here what was found by @sebthom: > Ok, I...
Fixes https://github.com/eclipse-platform/eclipse.platform/issues/1207
Eclipse foundation shutdowns Wiki on eclipse org and we have to 1) decide where wiki should be hosted for platform. 2) migrate "useful" pages to the "right" new home. There...
I see sometimes (after updating to the next nightly snapshot) following error after startup & build of the workspace. The build that triggers automatically (because of changed platform) typically stumbles...
See - https://download.eclipse.org/eclipse/downloads/drops4/I20230823-0600/testResults.php - https://download.eclipse.org/eclipse/downloads/drops4/I20230823-0600/logs.php#console - https://download.eclipse.org/eclipse/downloads/drops4/I20230823-0600/testresults/ep429I-unit-cen64-gtk3-java20_linux.gtk.x86_64_20/org.eclipse.core.tests.resources.AutomatedResourceTests.txt The first hang dump is : ``` !ENTRY org.eclipse.core.tests.resources 1 0 2023-08-23 14:10:13.099 !MESSAGE [test1] setUp !SESSION 2023-08-23 14:10:14.024 ----------------------------------------------- eclipse.buildId=4.29.0.I20230823-0600 java.version=20 java.vendor=Oracle...
Follow up on https://github.com/eclipse-jdt/eclipse.jdt.core/discussions/2627 We should automatically assign milestones to merged PR's to simplify our life tracking which release contained which fix etc. There are various solutions possible, see list...