Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add diff helper #131

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Add diff helper #131

merged 1 commit into from
Nov 14, 2023

Commits on Nov 11, 2023

  1. Add diff helper

    - A new diff helper has been added for common comparator operations of diffing common elements
    - The helper introduces a new `DiffComparable` protocol which descriptors can conform to
    - Where possible comparators and descriptors were migrated to leverage it
    
    Test Plan:
    
    - Verify all unit and integration tests continue to pass (i.e. no diff in output format)
    
    Signed-off-by: Kassem Wridan <[email protected]>
    kwridan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    603936f View commit details
    Browse the repository at this point in the history