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
I have some concerns regarding this commit. While the changes to the assert.Same() function seem appropriate for pointer comparisons, they are not suitable for comparing maps. In my case, it has become impossible to compare a map with its cloned copy.
If this change is considered appropriate, I believe there should be a separate function specifically for comparing pointer-like objects.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello everyone,
I’d like to ask a quick question informally.
118fb83#diff-cfb0727d3ab618e656775b3bb99089481b38a25f8ece2b10913e2d88e492a165R531
I have some concerns regarding this commit. While the changes to the assert.Same() function seem appropriate for pointer comparisons, they are not suitable for comparing maps. In my case, it has become impossible to compare a map with its cloned copy.
If this change is considered appropriate, I believe there should be a separate function specifically for comparing pointer-like objects.
Thanks in advance.
The text was updated successfully, but these errors were encountered: