Skip to content

[ci] Execute exact typed matrix cells - #3589

Open
joshlf wants to merge 1 commit into
Gnp4lv6jrqbhnp5pyd2625o7jwdguulmzfrom
Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj
Open

[ci] Execute exact typed matrix cells#3589
joshlf wants to merge 1 commit into
Gnp4lv6jrqbhnp5pyd2625o7jwdguulmzfrom
Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj

Conversation

@joshlf

@joshlf joshlf commented Aug 25, 2026

Copy link
Copy Markdown
Member

The typed planner previously stopped after describing intended work.
Add exact build and Miri selectors, and execute every local Cargo step
from the already-audited command model.

Each invocation replans the named event and requires one complete cell
match, so stale, partial, or newly ambiguous matrix data fails before a
process starts. Commands remain argv vectors; policy values never pass
through shell parsing.

Keep the platform-neutral model in terms of cargo.sh, but translate that
exact wrapper to win-cargo.bat at the real Windows host boundary. This
preserves one set of plans and goldens while making native Windows cells
execute the reviewed platform entry point.

Run Miri from the repository root without moving its Cargo config. Add
the explicit zerocopy manifest at the executor boundary, then use one
private, exact-valued context to change only the wrapper's Cargo child.
This preserves toolchain installation, wrapper flags, package
qualification, and target directories while making concurrent and
cancelled cells incapable of leaving the checkout modified.

Retain GNU nproc and its OMP behavior on Linux. Use Rust's available
parallelism on other hosts, and check the multiplication on every host.
The semver action remains workflow-owned because GitHub requires a
literal uses step.

Correct the nightly documentation golden to include the RUSTFLAGS and
MIRIFLAGS which the current workflow actually inherits.

Tests: ci/check_tools.sh
Tests: cargo clippy -p zc --all-targets --offline -- -D warnings

Authored by an agent, posting via joshlf's account


Latest Update: v9 — Compare vs v8

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v8 v7 v6 v5 v4 v3 v2 v1 Base
v9 v8 v7 v6 v5 v4 v3 v2 v1 Base
v8 v7 v6 v5 v4 v3 v2 v1 Base
v7 v6 v5 v4 v3 v2 v1 Base
v6 v5 v4 v3 v2 v1 Base
v5 v4 v3 v2 v1 Base
v4 v3 v2 v1 Base
v3 v2 v1 Base
v2 v1 Base
v1 Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj && git checkout -b pr-Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj FETCH_HEAD

Checkout

git fetch origin refs/heads/Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj

Stacked PRs enabled by GHerrit.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 97e206f4a1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tools/zc/src/execution.rs
@codecov-commenter

codecov-commenter commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (Gnp4lv6jrqbhnp5pyd2625o7jwdguulmz@483b00c). Learn more about missing BASE report.

Additional details and impacted files
@@                         Coverage Diff                          @@
##             Gnp4lv6jrqbhnp5pyd2625o7jwdguulmz    #3589   +/-   ##
====================================================================
  Coverage                                     ?   91.85%           
====================================================================
  Files                                        ?       20           
  Lines                                        ?     6093           
  Branches                                     ?        0           
====================================================================
  Hits                                         ?     5597           
  Misses                                       ?      496           
  Partials                                     ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshlf
joshlf force-pushed the Gnp4lv6jrqbhnp5pyd2625o7jwdguulmz branch from 08414d4 to d206edd Compare August 25, 2026 18:32
@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from 97e206f to 5527487 Compare August 25, 2026 18:32

joshlf commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 552748717a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tools/zc/src/execution.rs
Comment thread tools/zc/src/execution.rs Outdated

joshlf commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

Authored by an agent, posting via joshlf's account

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: 00059a2af4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

The typed planner previously stopped after describing intended work.
Add exact build and Miri selectors, and execute every local Cargo step
from the already-audited command model.

Each invocation replans the named event and requires one complete cell
match, so stale, partial, or newly ambiguous matrix data fails before a
process starts. Commands remain argv vectors; policy values never pass
through shell parsing.

Keep the platform-neutral model in terms of cargo.sh, but translate that
exact wrapper to win-cargo.bat at the real Windows host boundary. This
preserves one set of plans and goldens while making native Windows cells
execute the reviewed platform entry point.

Run Miri from the repository root without moving its Cargo config. Add
the explicit zerocopy manifest at the executor boundary, then use one
private, exact-valued context to change only the wrapper's Cargo child.
This preserves toolchain installation, wrapper flags, package
qualification, and target directories while making concurrent and
cancelled cells incapable of leaving the checkout modified.

Retain GNU nproc and its OMP behavior on Linux. Use Rust's available
parallelism on other hosts, and check the multiplication on every host.
The semver action remains workflow-owned because GitHub requires a
literal uses step.

Correct the nightly documentation golden to include the RUSTFLAGS and
MIRIFLAGS which the current workflow actually inherits.

Tests: ci/check_tools.sh
Tests: cargo clippy -p zc --all-targets --offline -- -D warnings

*Authored by an agent, posting via joshlf's account*

gherrit-pr-id: Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj
@joshlf
joshlf force-pushed the Gbsj7gxuv5hpi22zhup5w3fajtjjxnldj branch from 00059a2 to 4044dad Compare August 26, 2026 01:28
@joshlf
joshlf force-pushed the Gnp4lv6jrqbhnp5pyd2625o7jwdguulmz branch from 759330f to 1948b30 Compare August 26, 2026 01:28
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.

2 participants