Vasili Gulevich

Results 63 comments of Vasili Gulevich
trafficstars

[Integration with Emacs uses binaries from Vim integration](https://github.com/zerolfx/copilot.el/blob/main/copilot.el)

[Bug678.txt](https://github.com/user-attachments/files/17806173/Bug678.txt) reproduces the failure very reliably on my Ubuntu 24 instance. The key is to repeat the test and take into account background event processing: @Test // https://github.com/eclipse-platform/eclipse.platform.swt/issues/678 public void...

I've prepared a reproducer that can be started on any Docker capable host (architecture and OS do not matter). # Prerequisites Docker is installed and ready to use # Steps...

The problem goes away if the following line in `TreeItem.setImage()`: parent.createRenderers(column, modelIndex, check, parent.style); is replaced with getDisplay().asyncExec(() -> { parent.createRenderers(column, modelIndex, check, parent.style); });

@ericwill why does [TreeItem.setImage()](https://github.com/eclipse-platform/eclipse.platform.swt/blob/e6588c2658d37ecc31b762bbc56fb29e0c924a52/bundles/org.eclipse.swt/Eclipse%20SWT/gtk/org/eclipse/swt/widgets/TreeItem.java#L1559) recreate renderer for a single column? Should not all columns be affected?

@SyntevoAlex could you please suggest a way to detect GTK warnings from Junit tests? [GTK has been desperately trying to warn us about this problem](https://github.com/eclipse-platform/eclipse.platform.swt/actions/runs/11974665836/job/33386249820?pr=1611), but we always ignore its...

014dfc030adaec2fa176b44b276a977f8892d9e7 builds the star shaped virtual tree 700 times slower than master 😞 Update 1: 8da6e4144cabdb9bab71d8f8b4ff736f7e9e28bf fixes the `build` test to be 6 times slower than master Overall test suite...

> By the way, would you like to be nominated to have committer rights in SWT? No I only intend to get to linear execution times of SWT Tree and...

> Please mention me explicitly when you think it's ready for review and I will try to find time. Will do. I will also remove the Draft flag

> Please mention me explicitly when you think it's ready for review and I will try to find time. @SyntevoAlex this change is ready for review. Please and thank you....