Skip to content

refactor(setup): split setup engine into phases - #1283

Open
cedric013 wants to merge 2 commits into
yvgude:mainfrom
cedric013:refactor/1276-setup-engine-phases
Open

refactor(setup): split setup engine into phases#1283
cedric013 wants to merge 2 commits into
yvgude:mainfrom
cedric013:refactor/1276-setup-engine-phases

Conversation

@cedric013

Copy link
Copy Markdown
Contributor

Summary

  • Split run_setup_with_options into smaller phase helpers.
  • Keep setup step ordering, labels, and report generation behavior unchanged.
  • Isolate report persistence and optional follow-up side effects.

Closes #1276

Validation

  • rustfmt --check src/setup/with_options.rs
  • git diff --check
  • cargo check --lib was started but exceeded the useful local window and was cancelled before completion.

@cedric013
cedric013 force-pushed the refactor/1276-setup-engine-phases branch from 389115f to 4597129 Compare July 27, 2026 12:09
Sign up for free to 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.

Refactor setup engine into smaller phases

1 participant