Skip to content

feat: Per-platform custom library structure with non-destructive identity - #3571

Draft
gantoine wants to merge 6 commits into
masterfrom
claude/kind-goodall-0b77y7
Draft

feat: Per-platform custom library structure with non-destructive identity#3571
gantoine wants to merge 6 commits into
masterfrom
claude/kind-goodall-0b77y7

run fmt

4df54ce
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Trunk Check failed Jun 24, 2026 in 1m 2s

Trunk Check

Checked 30 modified files
✖ 2 new lint issues

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 576 in backend/tests/handler/filesystem/test_roms_handler.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

mypy(dict-item)

[new] Dict entry 0 has incompatible type "Any": "list[str]"; expected "str": "str"

Check failure on line 814 in backend/config/config_manager.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

mypy(arg-type)

[new] Argument 1 to "parse_library_structure" has incompatible type "str | list[str]"; expected "str"