@@ -26,9 +26,7 @@ cake: InfixOperator ..*.. has been changed to a PrefixOperator
26
26
cake: Protocol ProtocolToEnum has been changed to a Enum
27
27
28
28
/* Renamed Decls */
29
- cake: Class SwiftObjcClass has ObjC name change from OldObjCClass to NewObjCClass
30
29
cake: Func S1.foo5(x:y:) has been renamed to Func foo5(x:y:z:)
31
- cake: Func SwiftObjcClass.foo(a:b:c:) has ObjC name change from OldObjCFool:OldObjCA:OldObjCB: to NewObjCFool:NewObjCA:NewObjCB:
32
30
cake: Struct Somestruct2 has been renamed to Struct NSSomestruct2
33
31
34
32
/* Type Changes */
@@ -54,15 +52,13 @@ cake: Accessor GlobalLetChangedToVar.Set() is a new API without @available attri
54
52
cake: Accessor fixedLayoutStruct2.BecomeFixedBinaryOrder.Modify() is a new API without @available attribute
55
53
cake: Accessor fixedLayoutStruct2.BecomeFixedBinaryOrder.Set() is a new API without @available attribute
56
54
cake: Class C0 is a new API without @available attribute
57
- cake: Class C5 is now without @objc
58
55
cake: Class C8 is a new API without @available attribute
59
56
cake: Constructor C1.init(_:) is a new API without @available attribute
60
57
cake: Constructor ClassWithMissingDesignatedInits.init() is a new API without @available attribute
61
58
cake: Constructor SubclassWithMissingDesignatedInits.init() is a new API without @available attribute
62
59
cake: Enum IceKind is now without @frozen
63
60
cake: EnumElement FrozenKind.AddedCase is a new API without @available attribute
64
61
cake: Func C1.foo1() is now not static
65
- cake: Func C5.dy_foo() is now with dynamic
66
62
cake: Func FinalFuncContainer.NewFinalFunc() is now with final
67
63
cake: Func FinalFuncContainer.NoLongerFinalFunc() is now without final
68
64
cake: Func Float.floatHigher() is a new API without @available attribute
@@ -94,8 +90,6 @@ cake: Var fixedLayoutStruct2.NoLongerWithFixedBinaryOrder is no longer a stored
94
90
/* Protocol Conformance Change */
95
91
cake: Class C7 has added a conformance to an existing protocol P1
96
92
cake: Class SuperClassChange has added a conformance to an existing protocol P1
97
- cake: Func ObjCProtocol.addOptional() is now an optional requirement
98
- cake: Func ObjCProtocol.removeOptional() is no longer an optional requirement
99
93
cake: Protocol P3 has added inherited protocol P4
100
94
cake: Protocol P3 has removed inherited protocol P2
101
95
cake: Struct fixedLayoutStruct has added a conformance to an existing protocol P2
@@ -110,7 +104,6 @@ cake: Func RequiementChanges.addedFunc() has been added as a protocol requiremen
110
104
cake: Var RequiementChanges.addedVar has been added as a protocol requirement
111
105
112
106
/* Class Inheritance Change */
113
- cake: Class C4 has changed its super class from APINotesTest.OldType to APINotesTest.NewType
114
107
cake: Class SubGenericClass has changed its super class from cake.GenericClass<cake.P1> to cake.GenericClass<cake.P2>
115
108
cake: Class SuperClassRemoval has removed its super class cake.C3
116
109
cake: Class SuperClassRemoval no longer inherits convenience inits from its superclass
0 commit comments