Commit c256406
committed
persist: simplify fetch-result capability handling
Drop the completed-fetches capability directly in the match pattern
(`[cap, _]`) and let the retained data capability fall out of scope,
removing the explicit `drop` and the redundant comment. The error path
still holds the data capability across the never-returning
`report_and_stop`, so the freeze is unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MR6SwYEgWVmMJUGn4ZmLMX1 parent 516e306 commit c256406
1 file changed
Lines changed: 6 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
| 722 | + | |
730 | 723 | | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
738 | 728 | | |
739 | 729 | | |
740 | 730 | | |
| |||
0 commit comments