Fix Linux app#2016
Conversation
📝 WalkthroughWalkthroughAdds a runtime smoke-test step to the Linux publish workflow; updates FwLiteWeb to resolve working directory more defensively at startup; disables compression in FwLiteWeb build; adds Linux-specific SQLitePCLRaw dependencies to LcmCrdt; improves null-safety in RichString tag comparison; and configures Vite to clean the output directory before builds. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-05-22T03:51:17.255ZApplied to files:
🧬 Code graph analysis (1)backend/FwLite/FwLiteWeb/Program.cs (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Frontend (pnpm) — direct: @sveltejs/kit 2.49→2.60.1, @opentelemetry/sdk-node
0.208→0.217, @opentelemetry/auto-instrumentations-node 0.67→0.75, js-cookie
3.0.5→3.0.7. Catalog: svelte→5.55.7, vite→7.3.2, postcss→8.5.10. In viewer:
lint-staged 13→15 (clears micromatch + yaml advisories naturally). Minimal
pnpm.overrides for the three transitives that don't have a clean parent-bump
path: cookie (SvelteKit still pins ^0.6), minimatch@9 (mjml→js-beautify chain),
immutable@3 (graphql-codegen→relay-compiler@12 chain).
Platform.Bible extension (npm) — webpack/postcss/glob direct bumps,
copy-webpack-plugin 12→14 (clears serialize-javascript), single override for
tmp (old zip-build→inquirer@8 chain). npm install regenerated package-lock.
GitHub Actions — bump actions/{checkout,setup-node,setup-dotnet,upload-artifact,
download-artifact} v4→v5, pnpm/action-setup and arduino/setup-task SHA pins
→ v5/v2 tags, actions/labeler v5→v6, all for Node-24 compatibility ahead of
the June 2026 deprecation.
FwLiteMaui — bump android SupportedOSPlatformVersion 23→24 to clear CA1416
warnings on BlazorWebView APIs (Android 6.0 Marshmallow is rounding-error
share in 2026; the WebView is the app, so the platform attribute was
inaccurate, not actually enabling API 23 support).
FwLiteWeb — drop the Assembly.Location dance, use AppContext.BaseDirectory
directly (IL3000). Provably equivalent for an entry assembly — the runtime
guarantees the DLL lives next to the host EXE and BaseDirectory points there.
Comment cross-refs #2016 so the Linux single-file history isn't lost.
Not fixed (need follow-up issues): mjml ≤4.18.0 (no patch in v4 line — needs
v5 migration; html-minifier ReDoS is transitive via it).
Co-authored-by: Claude <noreply@anthropic.com>
Frontend (pnpm) — direct: @sveltejs/kit 2.49→2.60.1, @opentelemetry/sdk-node
0.208→0.217, @opentelemetry/auto-instrumentations-node 0.67→0.75, js-cookie
3.0.5→3.0.7. Catalog: vite→7.3.2, postcss→8.5.10. In viewer: lint-staged 13→15
(clears micromatch + yaml advisories naturally). Minimal pnpm.overrides for the
three transitives that don't have a clean parent-bump path: cookie (SvelteKit
still pins ^0.6), minimatch@9 (mjml→js-beautify chain), immutable@3
(graphql-codegen→relay-compiler@12 chain).
Platform.Bible extension (npm) — webpack/postcss/glob direct bumps,
copy-webpack-plugin 12→14 (clears serialize-javascript), single override for
tmp (old zip-build→inquirer@8 chain). npm install regenerated package-lock.
GitHub Actions — bump actions/{checkout,setup-node,setup-dotnet,upload-artifact,
download-artifact} v4→v5, pnpm/action-setup and arduino/setup-task SHA pins
→ v5/v2 tags, actions/labeler v5→v6, SHA-pin remaining actions, all for Node-24
compatibility ahead of the June 2026 deprecation. Drop the unused Claude Code
workflow.
FwLiteMaui — bump android SupportedOSPlatformVersion 23→24 to clear CA1416
warnings on BlazorWebView APIs (Android 6.0 Marshmallow is rounding-error
share in 2026; the WebView is the app, so the platform attribute was
inaccurate, not actually enabling API 23 support).
FwLiteWeb — drop the Assembly.Location dance, use AppContext.BaseDirectory
directly (IL3000). Provably equivalent for an entry assembly — the runtime
guarantees the DLL lives next to the host EXE and BaseDirectory points there.
Comment cross-refs #2016 so the Linux single-file history isn't lost.
The svelte 5.53→5.55 bump and the detached-resource test harness that rode
along on this branch have moved to a separate PR; this PR is dependency/CI
bumps only.
Not fixed (need follow-up issues): mjml ≤4.18.0 (no patch in v4 line — needs
v5 migration; html-minifier ReDoS is transitive via it).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
A previous job run demonstrated that this exposes the problem that this PR is fixing:
Note: The CI step that tests running the Linux executable while presumably be superseded by #1866. This was just the quickest way to have something useable.