Skip to content

refactor: remove custom types and consolidate packages#790

Merged
reuvenharrison merged 1 commit intomainfrom
refactor/simplify-internal-types
Feb 5, 2026
Merged

refactor: remove custom types and consolidate packages#790
reuvenharrison merged 1 commit intomainfrom
refactor/simplify-internal-types

Conversation

@reuvenharrison
Copy link
Collaborator

Summary

  • Remove visitedRefs custom type and replace with built-in map[string]struct{}
  • Move path utilities from utils to diff package (unexported)
  • Remove lint package

Test plan

  • go build ./diff/... passes
  • go test ./diff/... passes

🤖 Generated with Claude Code

- Remove visitedRefs type, replace with built-in map[string]struct{}
- Move path utilities from utils to diff package
- Remove lint package

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.55%. Comparing base (144e4ae) to head (c708e0c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #790      +/-   ##
==========================================
+ Coverage   89.48%   89.55%   +0.06%     
==========================================
  Files         248      239       -9     
  Lines       12425    12154     -271     
==========================================
- Hits        11118    10884     -234     
+ Misses        861      840      -21     
+ Partials      446      430      -16     
Flag Coverage Δ
unittests 89.55% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reuvenharrison reuvenharrison merged commit 91ed33d into main Feb 5, 2026
14 checks passed
@reuvenharrison reuvenharrison deleted the refactor/simplify-internal-types branch February 5, 2026 16:25
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.

2 participants