Skip to content

Commit 47ae22d

Browse files
committed
Update API expectations for (Throwing)TaskGroup.next()
1 parent d1efcb5 commit 47ae22d

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
@@ -112,14 +112,6 @@ Func TaskLocal.withValue(_:operation:file:line:) has parameter 1 type change fro
112112
Func TaskLocal.withValue(_:operation:file:line:) has parameter 2 type change from Swift.String to (any _Concurrency.Actor)?
113113
Func TaskLocal.withValue(_:operation:file:line:) has parameter 3 type change from Swift.UInt to Swift.String
114114

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

125117

0 commit comments

Comments
 (0)