Two small, unrelated issues found while triaging today's SF upstream sync (r7232->r7237) and
re-checking SF #780. Both are GTK3V2MAIN-only (the affected files/globals don't exist on
default/GTK2), so no port needed there.
astyle-check CI failure: Martin Fischer's upstream commit (Hg rev 7214,
color-globals-cleanup-gtk3, merged into GTK3V2MAIN at rev 7242) added an inline comment to
app/bin/draw.h that pushes one line past the pinned astyle 80-column limit:
extern wDrawColor reportIndicatorColor; / magenta -- distinct from every other default above /
Confirmed against the CI-pinned astyle 3.6.13 locally (no version drift) -- purely a
reformatting fix. This is what broke today's test/upstream-gtk3v2main-2026-09-10 CI run.
Both will be fixed together on a single bug branch since they were found together in the same
triage pass.
Anonymous
Both fixed and merged into GTK3V2MAIN mainline (GTK3V2MAIN-only; the affected code does not exist on default/GTK2):
git: PR #185 (github.com/adbyrne/XTrkCAD), merged after full CI green (27/27 jobs).
Hg: bug-788-astyle-doxygen-link-fixes-gtk3, merged to GTK3V2MAIN at rev 7245, pushed to SF.
I confirmed the User Guide link now works and shows the doc instead of a directory.