File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ extension Array where Element == Struct {
83
83
}
84
84
}
85
85
86
- // SR-13866: Dispatch thunks and method descriptor mangling.
86
+ // https://github.com/apple/swift/issues/56264
87
+ // Dispatch thunks and method descriptor mangling.
87
88
public protocol P : Differentiable {
88
89
@differentiable ( reverse, wrt: self )
89
90
@differentiable ( reverse, wrt: ( self , x) )
@@ -129,7 +130,7 @@ public final class Class: Differentiable {
129
130
@differentiable ( reverse)
130
131
get { x }
131
132
132
- // FIXME(SR-13096)
133
+ // FIXME: https://github.com/apple/swift/issues/55542
133
134
// @differentiable(reverse)
134
135
// set { stored = newValue }
135
136
}
@@ -141,7 +142,7 @@ public final class Class: Differentiable {
141
142
fatalError ( )
142
143
}
143
144
144
- // FIXME(SR-13096)
145
+ // FIXME: https://github.com/apple/swift/issues/55542
145
146
// @derivative(of: subscript.set)
146
147
// public func vjpSubscriptSetter(_ x: Float, _ newValue: Float) -> (
147
148
// value: (), pullback: (inout TangentVector) -> (Float, Float)
You can’t perform that action at this time.
0 commit comments