| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Motivation: The serialized SpawnCommand env field was named all_envs, but it actually represents the env map passed to the spawned process after cache env filtering. That made it easy to confuse with the unfiltered command env context used by runner-aware APIs. Scope: Rename SpawnCommand::all_envs to spawn_envs, update execution call sites, clean local helper naming, and refresh plan snapshots for the serialized key. This PR is behavior-neutral. Verification: - cargo check -p vite_task_plan -p vite_task -p vite_task_bin - cargo test -p vite_task_plan envs::tests - cargo test -p vite_task_plan --test plan_snapshots
Sorry, something went wrong.
Merge activity |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Motivation
The serialized SpawnCommand env field was named all_envs, but it actually represents the env map passed to the spawned process after cache env filtering. That made it easy to confuse with the unfiltered command env context used by runner-aware APIs.
Scope
Rename SpawnCommand::all_envs to spawn_envs, update execution call sites, clean local helper naming, and refresh plan snapshots for the serialized key. This PR is behavior-neutral.
Verification
cargo check -p vite_task_plan -p vite_task -p vite_task_bin
cargo test -p vite_task_plan envs::tests
cargo test -p vite_task_plan --test plan_snapshots