run-format #78

Merged
christof.schadt merged 5 commits from run-format into main 2026-07-05 14:18:31 +02:00
No description provided.
First run of `cargo fmt` on the project (edition 2024, rustfmt defaults).
Whitespace/import-ordering only; no semantic changes. cargo check + the
layering guard both pass. Recorded in .git-blame-ignore-revs so `git blame`
skips this commit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- .forgejo/workflows/fmt.yml runs `cargo fmt --all -- --check` on push/PR
- .git-blame-ignore-revs records the reformat so blame skips it (locally via
  blame.ignoreRevsFile, and automatically in Forgejo's web blame)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Guard TaskResult and TransMoveUpdate with #[rustfmt::skip] so their column
alignment (the schema-like message definitions) survives rustfmt. The rest of
both files stays rustfmt-clean. Construction-site alignment elsewhere was left
to flatten.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore: add skip-guard commit to .git-blame-ignore-revs
Some checks failed
fmt / rustfmt (push) Failing after 41s
layering / check-layering (push) Successful in 9s
fmt / rustfmt (pull_request) Failing after 38s
layering / check-layering (pull_request) Successful in 9s
5f28e19526
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ci: install rustfmt for the pinned toolchain in the fmt job
All checks were successful
fmt / rustfmt (push) Successful in 43s
layering / check-layering (push) Successful in 9s
fmt / rustfmt (pull_request) Successful in 41s
layering / check-layering (pull_request) Successful in 9s
a9b40848e4
The 1.96.0 pin (rust-toolchain.toml) provisions minimal in the rust:latest
image, so `cargo fmt` failed with "cargo-fmt is not installed". Declare the
rustfmt component in rust-toolchain.toml (fixes local `cargo fmt` too) and add
an explicit `rustup component add rustfmt` step as a safeguard.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
christof.schadt deleted branch run-format 2026-07-05 14:18:32 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
IHE-RO-Tooling/dicom-browser!78
No description provided.