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
To guard against the kind of complex failures seen in rdar://58690068,
improve this regression test with a copy of a shrunken version of
CocoaError.Code.
In that radar, CocoaError.Code was defined in one overlay and extended
in another translation unit. When deserialization encountered this, it
failed to search the overlay's nested type tables and fell through to
re-enter lookupDirect.
0 commit comments