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 function was introduced to detect a stale Swift scratch
context. Today it doesn't make much sense, since all ValueObjects
prefer to store their types as TypeSystemSwiftTypeRef types, and
dynamic type resolution is done using type metadata, and not in
SwiftASTContext space. This avoids a very costly initialization of the
Swift compiler triggered by ValueObjectDynamicValue.
rdar://124487859
0 commit comments