objc2 icon indicating copy to clipboard operation
objc2 copied to clipboard

Disallow mutable generics in hashing collections

Open madsmtm opened this issue 10 months ago • 3 comments

Continuation of https://github.com/madsmtm/objc2/issues/337, in https://github.com/madsmtm/objc2/pull/505 we restricted the key types to HasStableHash types, but types like NSArray<NSView> are still incorrectly considered stably hashable.

madsmtm avatar Sep 10 '23 14:09 madsmtm