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
// async function pointer to Swift.withTaskExecutorPreference<A, B where B: Swift.Error>(_: Swift.TaskExecutor?, isolation: isolated Swift.Actor?, operation: () async throws(B) -> A) async throws(B) -> A
// async function pointer to Swift.withTaskExecutorPreference<A, B where B: Swift.Error>(_: Swift.TaskExecutor?, isolation: isolated Swift.Actor?, operation: () async throws(B) -> A) async throws(B) -> A
Copy file name to clipboardExpand all lines: test/api-digester/stability-concurrency-abi.test
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,14 @@ Func Executor.enqueue(_:) is a new API without @available attribute
90
90
// This function correctly inherits its availability from the TaskLocal struct.
91
91
Func TaskLocal.withValueImpl(_:operation:file:line:) is a new API without @available attribute
92
92
93
+
// The method is actually still there: '__abi_next' silgen_name("$sScG4nextxSgyYaF")
94
+
Func TaskGroup.next() has been renamed to Func next(isolation:)
95
+
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>'
96
+
97
+
// The method is actually still there: '__abi_next' silgen_name("$sScg4nextxSgyYaKF")
98
+
Func ThrowingTaskGroup.next() has been renamed to Func next(isolation:)
99
+
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>'
100
+
93
101
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments