Slava Pestov
Slava Pestov
When you invoke 'edit' in the listener, the list of restarts appears and it works. But if you click 'Edit' in the error list, there's no list of restarts.
This converges the logic here with NominalTypeDecl::isResilient(). I don't have a test case, but I suspect there's a latent bug here.
### Location _No response_ ### Description This code type checks and infers `T: Hashable`: ```swift func foo(_: Set) {} ``` A more complex example; we infer `T.Element: Hashable`: ```swift func...
When this is off, we skip collecting per-request timers, which eliminates most of the overhead of using -stats-output-dir.
TypeSubstituter's version was called transformSubstitutionMap(), and it was never being called as a result. Rename the first one to match.
This fixes a regression from a00157ec431f312bb85ed9c3ddd166a659a07784. My change made it so that sourceKey.Kind was checked after being overwritten with an abstract conformance, so we would never take the if statement....
Swift CI tests visionOS, but PR testing does not. Oops.
6.2 cherry-pick of https://github.com/swiftlang/swift/pull/80596, https://github.com/swiftlang/swift/pull/80510, https://github.com/swiftlang/swift/pull/80678 * **Description:** Mostly cmake-adjacent changes for the `libswiftCompatibilitySpan.dylib` library, together with the right annotations needed to emit the `$ld$previous` symbols into `libswiftCore.dylib`. Also, update...