-
Notifications
You must be signed in to change notification settings - Fork 85
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
Migration to identity comparison mode for container traits #1122
Comments
Putting this into 6.2.0 so that it's on our radar. We likely can't complete this in 6.2.0, but we can aim to have a plan by the 6.2.0 release. |
Did #1165 make this issue obsolete such that this issue can be closed? Or does the proposal still stand in its own right? |
Since I opened the issue, I should say what I think: I think this can be closed. |
Yes, I think we can call this obsolete. |
Excellent. Racing to the close button... |
Darn. Too slow. Again. |
#1117 adds a warning if container mutations are observed and the trait comparison mode is set to equality (the default). To fix the warning, one needs to manually set the comparison mode to identity, which may be tedious.
We need a way to migrate code to minimize the impact of these warnings.
Ideas:
Excerpt from #1117 (review):
Excerpt from #1117 (comment)
The text was updated successfully, but these errors were encountered: