Skip to content

style(DEN-1592): format the merged Nix bundle writer - #119

Merged
ORESoftware merged 9 commits into
mainfrom
fix/format-current-main-nix-bundle
Aug 4, 2026
Merged

style(DEN-1592): format the merged Nix bundle writer#119
ORESoftware merged 9 commits into
mainfrom
fix/format-current-main-nix-bundle

Conversation

@ORESoftware

Copy link
Copy Markdown
Contributor

Scope

Formatting-only repair for the standalone Nix bundle writer merged in 1b282b94efc994bb9352b572c9652d5a078787f2.

A three-platform downstream gate discovered that current main is not cargo fmt --all --check clean. The observed drift is confined to:

  • src/nix_bundle_write.rs
  • tests/nix_bundle_write_boundaries.rs
  • tests/nix_bundle_write_cli.rs

This branch contains a temporary same-repository materializer that:

  1. runs the repository-pinned formatter;
  2. fails if any file outside those three changes;
  3. compile-checks both Nix bundle test targets;
  4. deletes itself; and
  5. commits only permanent formatting changes.

The PR must not merge while the temporary workflow remains in the diff. After the bot-authored formatting commit lands, the review delta should be exactly the three Rust files above with no semantic changes.

This repair is intentionally separate from global-package PR #117, so unrelated current-main cleanup is not hidden inside a feature change.

@linear-code

Copy link
Copy Markdown

DEN-1592

@ORESoftware
ORESoftware marked this pull request as ready for review August 4, 2026 13:50
@ORESoftware
ORESoftware merged commit 9063a70 into mainAug 4, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ORESoftware