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
Copy file name to clipboardExpand all lines: test/api-digester/stability-concurrency-abi.test
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -112,14 +112,6 @@ Func TaskLocal.withValue(_:operation:file:line:) has parameter 1 type change fro
112
112
Func TaskLocal.withValue(_:operation:file:line:) has parameter 2 type change from Swift.String to (any _Concurrency.Actor)?
113
113
Func TaskLocal.withValue(_:operation:file:line:) has parameter 3 type change from Swift.UInt to Swift.String
114
114
115
-
// The method is actually still there: '__abi_next' silgen_name("$sScG4nextxSgyYaF")
116
-
Func TaskGroup.next() has been renamed to Func next(isolation:)
117
-
Func TaskGroup.next() has mangled name changing from 'Swift.TaskGroup.next() async -> Swift.Optional<A>' to 'Swift.TaskGroup.next(isolation: isolated Swift.Optional<Swift.Actor>) async -> Swift.Optional<A>'
118
-
119
-
// The method is actually still there: '__abi_next' silgen_name("$sScg4nextxSgyYaKF")
120
-
Func ThrowingTaskGroup.next() has been renamed to Func next(isolation:)
121
-
Func ThrowingTaskGroup.next() has mangled name changing from 'Swift.ThrowingTaskGroup.next() async throws -> Swift.Optional<A>' to 'Swift.ThrowingTaskGroup.next(isolation: isolated Swift.Optional<Swift.Actor>) async throws -> Swift.Optional<A>'
122
-
123
115
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments