fix: use mip run build/test in CLI reference and building guide - #1080
Conversation
Commit 99d5ea5 (#976) turned down the mip build/test/shell shorthands, but docs/reference/cli.md and docs/guide/building.md still taught them. Drop the shorthand parenthetical from mip run in cli.md, and rewrite building.md to use mip run build / mip run test throughout, matching docs/concepts/stacks.md and cli-mip.md (whose command list carries no build/test/shell).
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 9 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
Fixes #1073
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKsvJ2A
Commit 99d5ea5 (#976) removed the
mip build/mip test/mip shellshorthands, butdocs/reference/cli.mdanddocs/guide/building.mdstill taught them, contradictingcli-mip.md(whose command list carries none of them). Confirmed against source: the command enum incrates/mip/src/main.rsexposesrunandpackagewith nobuild/test/shelland norunaliases. Dropped the shorthand parenthetical frommip runincli.mdand rewrotebuilding.mdtomip run build/mip run testthroughout, followingdocs/concepts/stacks.mdas the model.Verification
cargo fmt --all --check --manifest-path target/Cargo.toml — pass
cargo clippy --workspace --locked --manifest-path target/Cargo.toml -- -D warnings — pass (Finished in 10m37s)
cargo build --workspace --locked --manifest-path target/Cargo.toml — pass (Finished in 4m40s)
cargo test --workspace --locked --manifest-path target/Cargo.toml — pass (all unit tests + doctests ok)
Note
Fix
mip run buildandmip run testcommand references in docsCorrects outdated command examples in building.md and cli.md to use
mip run buildandmip run testinstead of the shorthandmip build/mip test. Also removes mentions of those shorthands from the CLI reference platform availability section.Macroscope summarized 56ba0f1.