refactor: Port Cargo task and contract knowledge - #13581
Merged
anthonyshew merged 1 commit intoJul 30, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
anthonyshew
force-pushed
the
shew/turbo-5795-port-rust-external-resolution-knowledge
branch
from
July 30, 2026 04:13
dce9515 to
0a3f8a4
Compare
Base automatically changed from
shew/turbo-5795-port-rust-external-resolution-knowledge
to
main
July 30, 2026 04:22
anthonyshew
force-pushed
the
shew/turbo-5792-port-rust-native-task-command-knowledge
branch
from
July 30, 2026 04:29
bd51711 to
f6d06b9
Compare
anthonyshew
marked this pull request as ready for review
July 30, 2026 04:31
anthonyshew
deleted the
shew/turbo-5792-port-rust-native-task-command-knowledge
branch
July 30, 2026 04:38
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
Move Cargo task commands, entrypoint selection, defaults, derived inputs, environment, exact outputs, and cache safety into immutable repository knowledge.
Base:
main.Changes
PackageTaskContext.CargoToolchainstate to immutable contracts.Toolchain.Testing
cargo test -p turborepo-repository cargo::test(41 passed)cargo test -p turborepo-engine(126 passed)cargo test -p turbo --test cargo_workspace_test(57 passed)cargo clippy -p turborepo-repository -p turborepo-engine -p turborepo-lib -p turborepo-task-executor -p turborepo-run-summary --all-targets -- -D warningscargo fmt --checkCloses TURBO-5792.
Closes TURBO-5791.