Cédric Marin

Results 8 comments of Cédric Marin

Some technical analysis and references for the record: - The SWT library seems to suppport GTK 4, more or less : https://bugs.eclipse.org/bugs/show_bug.cgi?id=540385 - We should use the latest SWT version...

[RELEASE_NOTES.md](https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md#maven-39-required) > Maven 3.9 required > > Tycho 4.x requires Maven Version 3.9.

Reproduced with Red 0.6.5 on native Ubuntu : ``` -----------RED & PLATFORM VERSION----------- RED: [ branch: "master" tag: #v0.6.5 ahead: 39 date: 8-May-2024/8:49:36 commit: #27b2a730b6178928c0f205718d903e0edb546ee0 ] PLATFORM: [ name: "Ubuntu...

Reproduced only once in my project, a `mvn clean` then `mvn install` fixed it. Maybe adding more debug infos to the exception message could help understand the issue.

We have the same issue with SWT 3.125.0.v20240227-1638 . This discussion seems also to relate this same issue: https://github.com/eclipse-platform/eclipse.platform.swt/discussions/1274

Same error here: ``` Updating 'podman' (5.0.3 -> 5.1.1) Downloading new version Loading podman-5.1.1-setup.exe from cache Checking hash of podman-5.1.1-setup.exe ... ok. Uninstalling 'podman' (5.0.3) Installing 'podman' (5.1.1) [64bit] from...

For the record, the "String templates" feature is completely dropped for Java 23: [[JDK-8329949] Remove the String Templates preview feature](https://bugs.openjdk.org/browse/JDK-8329949)

Might be related to #1207 rounding issue.