Skip to content

Commit b788e55

Browse files
committed
Update ABI test
1 parent 394be18 commit b788e55

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

test/api-digester/Outputs/stability-stdlib-abi.swift.expected

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
Func MutableCollection._partition(within:by:) has generic signature change from <τ_0_0 where τ_0_0 : MutableCollection, τ_0_0 : RandomAccessCollection> to <τ_0_0 where τ_0_0 : BidirectionalCollection, τ_0_0 : MutableCollection>
2-
Protocol Numeric has generic signature change from <τ_0_0 : Equatable, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric> to <τ_0_0 : AdditiveArithmetic, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric>
32
Func MutableCollection._partition(within:by:) has been renamed to Func MutableCollection._partitionImpl(by:)
43
Func MutableCollection._heapSort(within:by:) has been removed
54
Func MutableCollection._heapify(within:by:) has been removed
65
Func MutableCollection._introSort(within:by:) has been removed
76
Func MutableCollection._introSortImpl(within:by:depthLimit:) has been removed
87
Func MutableCollection._siftDown(_:within:by:) has been removed
98
Func MutableCollection._sort3(_:_:_:by:) has been removed
10-
Func Numeric.+(_:) has been removed
11-
Func Numeric.+(_:_:) has been removed
12-
Func Numeric.+=(_:_:) has been removed
13-
Func Numeric.-(_:_:) has been removed
14-
Func Numeric.-=(_:_:) has been removed
159
Func MutableCollection._partition(within:by:) has parameter 0 type change from Range<τ_0_0.Index> to (τ_0_0.Element) throws -> Bool
1610

1711
Func BinaryInteger._description(radix:uppercase:) has been removed
@@ -66,6 +60,13 @@ Struct _HasherTailBuffer has been removed
6660
Var Hasher._core has declared type change from _BufferingHasher<Hasher._Core> to Hasher._Core
6761
Var Hasher._Core._buffer is added to a non-resilient type
6862
Var Hasher._Core._state in a non-resilient type changes position from 0 to 1
63+
64+
Protocol Numeric has generic signature change from <τ_0_0 : Equatable, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric> to <τ_0_0 : AdditiveArithmetic, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric>
65+
Func Numeric.+(_:) has been removed
66+
Func Numeric.+(_:_:) has been removed
67+
Func Numeric.+=(_:_:) has been removed
68+
Func Numeric.-(_:_:) has been removed
69+
Func Numeric.-=(_:_:) has been removed
6970
Protocol BinaryFloatingPoint has added inherited protocol AdditiveArithmetic
7071
Protocol BinaryInteger has added inherited protocol AdditiveArithmetic
7172
Protocol FixedWidthInteger has added inherited protocol AdditiveArithmetic
@@ -74,7 +75,3 @@ Protocol Numeric has added inherited protocol AdditiveArithmetic
7475
Protocol SignedInteger has added inherited protocol AdditiveArithmetic
7576
Protocol SignedNumeric has added inherited protocol AdditiveArithmetic
7677
Protocol UnsignedInteger has added inherited protocol AdditiveArithmetic
77-
Struct Hasher._Core has removed conformance to _HasherCore
78-
79-
/* Decl Attribute changes */
80-

0 commit comments

Comments
 (0)