Commit Graph

3 Commits

Author SHA1 Message Date
Suriya
cb065a0f69 Put back the Linux runner and .clangd formatting
Swept into the previous commit by a git add -A while a formatter had run over
them in the background. Unrelated to that commit's subject, and the C++ change
flipped pointer style away from what the Flutter template ships, so it would
come back on every regenerate and churn again.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 17:11:10 +05:30
Suriya
7b6cd598f0 Apply the trailing-comma lint the analyzer asks for
Formatting only, from dart fix. No behaviour change — the release APK and the
full suite both pass either way.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 17:10:48 +05:30
Suriya
09edce5dc6 Silence clangd on the generated Linux runner
`linux/runner/` is Flutter's stock GTK host program. On macOS the GTK
development headers are absent, so clangd cannot resolve <gtk/gtk.h>,
G_DECLARE_FINAL_TYPE never expands, and a six-line main.cc reports seven
errors for symbols that macro produces.

They are editor diagnostics, not build errors — the file compiles
unchanged on Linux, and nothing in the Flutter toolchain reads clangd.
Suppressing them beats editing generated code the Linux build needs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-03 11:39:56 +05:30