Skip to content

warp-core: derive Eq for EdgeRecord (remove edge_record_eq helper) #154

@flyingrobots

Description

@flyingrobots

Follow-up cleanup:

  • Derive PartialEq + Eq on EdgeRecord.
  • Replace edge_record_eq(a, b) helper usage in tick_patch with idiomatic a == b / a != b.
  • Delete the now-unused helper.

Rationale: avoid drift between helper-based equality and the struct definition; keep comparisons single-source-of-truth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions