Skip to content

refactor: remove dead Option and is_cache_hit from labeled reporter#163

Merged
branchseer merged 1 commit intomainfrom
refactor/simplify-labeled-reporter
Feb 15, 2026
Merged

refactor: remove dead Option and is_cache_hit from labeled reporter#163
branchseer merged 1 commit intomainfrom
refactor/simplify-labeled-reporter

Conversation

@branchseer
Copy link
Copy Markdown
Member

Summary

Follow-up to #162 — remove vestiges left by that refactor:

  • summary_buf: was unconditionally Some(...) after the is_single_displayless condition was removed. Unwrap the Option and write the buffer directly.
  • is_cache_hit field on LabeledLeafReporter: set in start() but never read — its only consumer was the self.display.is_none() && self.is_cache_hit block removed in refactor: implement Index<LeafExecutionPath> for ExecutionGraph #162. Remove the field, its initialization, and its assignment.

Remove vestiges left by the previous refactor (#162):

- summary_buf: was unconditionally Some(...) after the
  is_single_displayless condition was removed — unwrap the Option
- is_cache_hit field on LabeledLeafReporter: set but never read after
  its only consumer was removed
@branchseer branchseer merged commit 379efcd into main Feb 15, 2026
11 of 12 checks passed
@branchseer branchseer deleted the refactor/simplify-labeled-reporter branch February 15, 2026 16:31
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.

1 participant