chore(deps): cascade running-process 4.8.1 and zccache 1.13.1 (#1239) - #1243
Conversation
Repin the workspace running-process dependency to the 4.8.1 release (rev 359b4e3d) and every zccache dependency to the 1.13.1 release commit (rev 8cf6dd0e), whose own pin resolves the identical running-process revision - Cargo.lock now carries exactly one running-process package identity, so only one copy of the unmangled rp_*_public symbols can link. Add a dep_identity regression test that parses Cargo.lock and fails when more than one identity resolves or when the direct pin drifts from the transitively selected revision. Cascade record: running-process main ec665c69 released as 4.8.1 (359b4e3d); zccache main rebased over the parallel #1335 4.8.0 repin, released as 1.13.1 (8cf6dd0e). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 58 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe workspace updates the pinned ChangesDependency alignment and identity guard
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Closes #1239
Full dependency cascade per the issue's freeze-latest-main protocol, executed 2026-08-02.
Cascade record
ec665c69359b4e3d(bump commit on frozen main)ab5d2952(+ parallel #1335 4.8.0 repin0bf3ddcc, rebased over)8cf6dd0erunning-processpin → 4.8.1 @359b4e3d92660e54eb9b16b6e83de8ce26932ff8— byte-identical to the pin inside zccache 1.13.1, so both dependency paths resolve one revision.zccachecrate pins → 1.13.1 release commit8cf6dd0ef5d6f2ff2980039290b9e498fb5a6b0e.client-asyncfeature selection preserved.Acceptance criteria mapping
ec665c69; 4.8.1 = that + version bump) ✅Cargo.lockresolves exactly onerunning-processidentity (verified: one[[package]]entry, 4.8.1 @359b4e3d) ✅crates/fbuild-core/tests/dep_identity.rsparses the workspaceCargo.lockand fails when more than one running-process identity/source/revision resolves, or when the workspace pin drifts from the locked (transitively selected) revision ✅Validation
soldr cargo check --workspace --all-targets— clean at both the pre-release pin and the final release-commit pin.soldr cargo test -p fbuild-core --test dep_identity— passes (and fails correctly when pins drift, by construction of the assertion).🤖 Generated with Claude Code
Summary by CodeRabbit
Maintenance
Tests
Documentation