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
bug #587 compare data before marking lock as changed (stlrnz)
This PR was squashed before being merged into the 1.5-dev branch.
Discussion
----------
compare data before marking lock as changed
In #479 I tried to fix the issue #379 by introducing a _changed_ flag to the Lock.
This patch worked for a few months. However, introducing #576 broke the patch by [always calling](https://github.com/symfony/flex/pull/576/files#diff-46b78198ae7ea525f04268205dd782c3R273) `set` ending in the same situation as before.
Blame on me for not checking if anything differs before setting the _changed_ flag. This PR tries to do better.
Commits
-------
bc400be compare data before marking lock as changed
0 commit comments