Commit Graph

3 Commits

Author SHA1 Message Date
Alexis Laferrière
8e4f62a938 [Test] Avoid unexpected deserialization failure in skip-loaded-internal.swift 2022-10-31 10:58:56 -07:00
Ben Barham
133dbe499e [Test] Do not load string processing when recovery is disabled
This test specifically disables serialization recovery, but that can
cause issues when loading the experimental string processing library. We
don't use it in the test, so just disable it for now.
2022-05-25 16:00:34 -07:00
Ben Barham
4a4dded2fc [IDE] Skip walking serialized non-visible extension decls
fec7a0b79b skipped all non-visible
`ValueDecls` but missed `ExtensionDecls`, which have the same issue.
Make sure to skip these too.

Resolves rdar://91279771.
2022-05-23 11:40:41 -07:00