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
This method should be removed because we don't have the Equal method on other pdata structs and it's used in tests where it can be easily replaced by comparing the results of the AsRaw method.
We don't want to introduce the Equal method on other pdata structures because it's not clear if different orders of pdata slices with the same items should be considered equal. It's not defined in the spec, and we don't want to define that in pdata.
This method should be removed because we don't have the
Equal
method on other pdata structs and it's used in tests where it can be easily replaced by comparing the results of theAsRaw
method.We don't want to introduce the
Equal
method on other pdata structures because it's not clear if different orders of pdata slices with the same items should be considered equal. It's not defined in the spec, and we don't want to define that in pdata.This issue is related to #6688.
The text was updated successfully, but these errors were encountered: