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
There's a new sync.Map implementation controllable via GOEXPERIMENT
value. In the test use cases, we likely don't care about the strict
reflect equality so we can swap to an alternative comparison
implementation.
Other uses of reflect.DeepEqual(...) at runtime don't appear to operate
over sync.Map instances and so aren't affected.
See also: https://tip.golang.org/doc/go1.24#syncpkgsync
See also: golang/go#71702
Signed-off-by: Alexander Scheel <[email protected]>
0 commit comments