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
motivation: lookup callback could race and lead to broken resolution. the actual lookup code assume no-cocurrent access but get called on a concurrent queue which could lead to races
changes:
* change the repository lookup callback queue to a serial one
rdar://118239206
0 commit comments