Skip to content

Commit 4700bc7

Browse files
committed
Add _runAsyncMain to api digester list
Adding `_runAsyncMain` to the api-digester list since we're adding `@preconcurrency` when we add `@Sendable`. These two should negate each other, but the api-digester isn't quite smart enough to understand that.
1 parent 9ab7a82 commit 4700bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Func AsyncSequence.map(_:) is now with @preconcurrency
5858
Func AsyncSequence.prefix(while:) is now with @preconcurrency
5959
Func MainActor.run(resultType:body:) has generic signature change from <T where T : Swift.Sendable> to <T>
6060
Func MainActor.run(resultType:body:) has mangled name changing from 'static Swift.MainActor.run<A where A: Swift.Sendable>(resultType: A.Type, body: @Swift.MainActor @Sendable () throws -> A) async throws -> A' to 'static Swift.MainActor.run<A>(resultType: A.Type, body: @Swift.MainActor @Sendable () throws -> A) async throws -> A'
61+
Func _runAsyncMain(_:) is now with @preconcurrency
6162
Protocol Actor has added inherited protocol AnyActor
6263
Protocol Actor has generic signature change from <Self : AnyObject, Self : Swift.Sendable> to <Self : _Concurrency.AnyActor>
6364
Struct CheckedContinuation has removed conformance to UnsafeSendable

0 commit comments

Comments
 (0)