Skip to content

Commit 1600c14

Browse files
authored
Merge pull request #64370 from nkcsgexi/90738915
2 parents 37d242c + 9a98766 commit 1600c14

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,8 @@
5353
// UNSUPPORTED: swift_evolve
5454

5555
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
56-
Func AsyncSequence.compactMap(_:) is now with @preconcurrency
57-
Func AsyncSequence.drop(while:) is now with @preconcurrency
58-
Func AsyncSequence.filter(_:) is now with @preconcurrency
59-
Func AsyncSequence.flatMap(_:) is now with @preconcurrency
60-
Func AsyncSequence.map(_:) is now with @preconcurrency
61-
Func AsyncSequence.prefix(while:) is now with @preconcurrency
6256
Func MainActor.run(resultType:body:) has generic signature change from <T where T : Swift.Sendable> to <T>
6357
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'
64-
Func _runAsyncMain(_:) is now with @preconcurrency
6558
Func _asyncLet_get(_:_:) has mangled name changing from '_Concurrency._asyncLet_get(Builtin.RawPointer, Builtin.RawPointer) async -> Builtin.RawPointer' to '_Concurrency._asyncLet_get(Builtin.RawPointer, Builtin.RawPointer) async -> ()'
6659
Func _asyncLet_get(_:_:) has return type change from Builtin.RawPointer to ()
6760
Func _asyncLet_get_throwing(_:_:) has mangled name changing from '_Concurrency._asyncLet_get_throwing(Builtin.RawPointer, Builtin.RawPointer) async throws -> Builtin.RawPointer' to '_Concurrency._asyncLet_get_throwing(Builtin.RawPointer, Builtin.RawPointer) async throws -> ()'

utils/gyb_syntax_support/AttributeKinds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def __init__(self, name, swift_name=None):
661661
SimpleDeclAttribute('preconcurrency', 'Preconcurrency',
662662
OnFunc, OnConstructor, OnProtocol, OnGenericType, OnVar, OnSubscript, # noqa: E501
663663
OnEnumElement, OnImport,
664-
ABIBreakingToAdd, ABIBreakingToRemove, APIBreakingToAdd, APIBreakingToRemove, # noqa: E501
664+
ABIStableToAdd, ABIBreakingToRemove, APIBreakingToAdd, APIBreakingToRemove, # noqa: E501
665665
code=125),
666666

667667
DeclAttribute('_unavailableFromAsync', 'UnavailableFromAsync',

0 commit comments

Comments
 (0)