Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Display ignored fields as ignored #267

Merged
merged 3 commits into from
Jun 23, 2021
Merged

Display ignored fields as ignored #267

merged 3 commits into from
Jun 23, 2021

Conversation

ghostbuster91
Copy link
Collaborator

@ghostbuster91 ghostbuster91 commented Jun 22, 2021

this fixes #262

TLDR:
Instead of merging identical results into the most top-level identical value, we will always have DiffResult objects representing results. This way we can still control displaying and correctly display ignored fields.

Whether the end result is identical can be checked same as previously using .isIdentical method on DiffResult object.

  • Consider ability to skip rendering ignored fields

@ghostbuster91 ghostbuster91 requested a review from adamw June 22, 2021 21:46
@ghostbuster91 ghostbuster91 changed the title Ignored output Display ignored fields as ignored Jun 22, 2021
@ghostbuster91 ghostbuster91 merged commit 142860c into master Jun 23, 2021
@mergify mergify bot deleted the ignored-output branch June 23, 2021 19:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show should explicitly tell which values were ignored
1 participant