Skip to content

chore: back-merge v5.5.0 into develop - #60

Merged
serialexperimentslainnnn merged 2 commits into
developfrom
chore/back-merge-5.5.0
Aug 19, 2026
Merged

serialexperimentslainnnn merged 2 commits into
developfrom
chore/back-merge-5.5.0

Conversation

@serialexperimentslainnnn

Copy link
Copy Markdown
Owner

Post-release sync. Carries the release commit and the UTF-8 locale the release gate needs, so develop stops diverging from main and the next release does not die on the same accented-filename test.

The verify job runs the same JVM suite as ci.yml in the same image, but
without ci.yml's LANG. The image drops /usr/share/locale, so the JVM
inherits an ASCII sun.jnu.encoding and cannot create a file whose name
is not ASCII: DiffPresenterIsWithinRootTest writes an accented filename
and dies with FileNotFoundException. Reproduced locally by running that
test under LANG=C, and green again under C.UTF-8.

That is why 5.5.0 stopped at the gate with a green branch behind it: the
locale was fixed in the workflow that runs on the pull request and not
in the one that runs on main.

The D-Bus and DISPLAY lines in that log are unrelated noise. They are
WARNs from the platform's PasswordSafe probing the Secret Service while
the headless fixture boots an in-process IDE. No UI test runs in this
job: src/uiTest is a separate source set, outside check, and gated on
uiTest.enabled.
@serialexperimentslainnnn
serialexperimentslainnnn merged commit 8019632 into develop Aug 19, 2026
16 checks passed
@serialexperimentslainnnn
serialexperimentslainnnn deleted the chore/back-merge-5.5.0 branch August 28, 2026 13:26

This branch was previously deployed

1 inactive deployment
marketplace — 834b7b01 Deployed Aug 19, 2026 by serialexperimentslainnnn via Build, sign and publish #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant