Release fbuild 2.3.3 with zccache 1.12.10#770
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughAdds stale-daemon and protocol-mismatch recovery to zccache: new Changeszccache Stale Daemon Recovery
Project Version Bumps to 2.3.3
Sequence Diagram(s)sequenceDiagram
participant CS as compile_source
participant RC as run_command
participant ZS as zccache::stop
participant ER as zccache::ensure_running
CS->>RC: initial compile
RC-->>CS: failure (stdout/stderr)
CS->>CS: output_has_stale_daemon_error?
alt stale daemon / protocol mismatch
CS->>ZS: stop stale zccache daemon
CS->>ER: ensure_running (restart daemon)
ER->>ER: zccache start fails → output_has_stale_daemon_error?
ER->>ZS: stop + wait 250ms + retry zccache start
ER-->>CS: ok
CS->>RC: retry compile
RC-->>CS: result
end
CS->>CS: write rebuild signature on success
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
✨ 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 |
Summary
Validation
Summary by CodeRabbit
Bug Fixes
Chores