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
Thanks for bringing it up. This is one of the oldest problems in dyff that I wanted to solve for some time now. In this case, diff works on a line basis sort of, while dyff is always using the YAML semantics. It's detecting an entry that most likely is identified by the path field and therefore considers the entries in before and after as completely different. One would need some clever code to detect that only the path has changed and this is indeed the same entry from a human point of view.
Would if be possible to use some different color to highlight changes in lists?
After changing only path in k8s Ingress:
dyff --color on between --omit-header
output:diff --color -uN
output:As you can see, catching changes with
dyff
here is quite troublesome, because colors are the same.Using dyff version 1.9.0
The text was updated successfully, but these errors were encountered: