You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove dead code and simplify redundant state
- Remove unused AnyAncestorHasEquatable method and
NearestComparerAncestorFullname property (set but never read)
- Make EqualityMemberModel.Ignored a derived property from EqualityType,
removing redundant explicit assignments and double-check guard
- Simplify SetEqualityComparer by deriving custom-comparer detection
via ReferenceEquals instead of tracking a separate boolean field
- Remove inconsistent internal modifier from TypeSymbolExtensions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments