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
If object A refers to object B before a change, but an indirection via object C is subsequently introduced (so A does not refer to B any longer) and B is also changed, the changes in B will not be detected currently. To fix this, the SquotDiffBuilder must follow the references of added objects and continue diffing when it encounters existing objects.
The text was updated successfully, but these errors were encountered:
Changes to objects only referenced from those added objects
previously went unnoticed because the SquotDiffBuilder never
visited them.
Ref hpi-swa#135
(cherry-picked from commit 7ac941d)
If object A refers to object B before a change, but an indirection via object C is subsequently introduced (so A does not refer to B any longer) and B is also changed, the changes in B will not be detected currently. To fix this, the SquotDiffBuilder must follow the references of added objects and continue diffing when it encounters existing objects.
The text was updated successfully, but these errors were encountered: