fix(epoxy): reuse cached optimistic value#4618
Conversation
|
🚅 Deployed to the rivet-pr-4618 environment in rivet-frontend
|
PR Review: fix(epoxy): reuse cached optimistic valueOverall: Correct bug fix, clean implementation. What This FixesThe original code had a subtle but serious bug in the optimistic cache path of This would fail at runtime for any non-empty cache entry, making the optimistic read path effectively broken. The fix correctly reconstructs Rust validity: the Confirmed correct by tracing the consumer in Cargo.lockThe lock file reflects a version bump from 2.2.1 to 2.3.0-rc.4 across packages ( SuggestionsTest coverage: No test exercises the Tombstone path: When PR description: The draft template is unfilled. Worth adding a short motivation note before merging. No other issues. The fix is minimal, correct, and easy to reason about. |
87ab8ab to
c04f763
Compare
Merge activity
|

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: