Skip to content

Commit 32cf39a

Browse files
committed
Update API expectations for (Throwing)TaskGroup.next()
1 parent b8d6c7f commit 32cf39a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/api-digester/stability-concurrency-abi.test

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ Func TaskLocal.withValue(_:operation:file:line:) has parameter 1 type change fro
109109
Func TaskLocal.withValue(_:operation:file:line:) has parameter 2 type change from Swift.String to (any _Concurrency.Actor)?
110110
Func TaskLocal.withValue(_:operation:file:line:) has parameter 3 type change from Swift.UInt to Swift.String
111111

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-
120112
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
121113

122114

0 commit comments

Comments
 (0)