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
@@ -109,14 +109,6 @@ Func TaskLocal.withValue(_:operation:file:line:) has parameter 1 type change fro
109
109
Func TaskLocal.withValue(_:operation:file:line:) has parameter 2 type change from Swift.String to (any _Concurrency.Actor)?
110
110
Func TaskLocal.withValue(_:operation:file:line:) has parameter 3 type change from Swift.UInt to Swift.String
111
111
112
-
// The method is actually still there: '__abi_next' silgen_name("$sScG4nextxSgyYaF")
113
-
Func TaskGroup.next() has been renamed to Func next(isolation:)
114
-
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>'
115
-
116
-
// The method is actually still there: '__abi_next' silgen_name("$sScg4nextxSgyYaKF")
117
-
Func ThrowingTaskGroup.next() has been renamed to Func next(isolation:)
118
-
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>'
119
-
120
112
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments