Skip to content

Commit 189837e

Browse files
committed
Gardening: Migrate test suite to GH issues: AutoDiff/TBD
1 parent 549a6a9 commit 189837e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/AutoDiff/TBD/derivative_symbols.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ extension Array where Element == Struct {
8383
}
8484
}
8585

86-
// SR-13866: Dispatch thunks and method descriptor mangling.
86+
// https://github.com/apple/swift/issues/56264
87+
// Dispatch thunks and method descriptor mangling.
8788
public protocol P: Differentiable {
8889
@differentiable(reverse, wrt: self)
8990
@differentiable(reverse, wrt: (self, x))
@@ -129,7 +130,7 @@ public final class Class: Differentiable {
129130
@differentiable(reverse)
130131
get { x }
131132

132-
// FIXME(SR-13096)
133+
// FIXME: https://github.com/apple/swift/issues/55542
133134
// @differentiable(reverse)
134135
// set { stored = newValue }
135136
}
@@ -141,7 +142,7 @@ public final class Class: Differentiable {
141142
fatalError()
142143
}
143144

144-
// FIXME(SR-13096)
145+
// FIXME: https://github.com/apple/swift/issues/55542
145146
// @derivative(of: subscript.set)
146147
// public func vjpSubscriptSetter(_ x: Float, _ newValue: Float) -> (
147148
// value: (), pullback: (inout TangentVector) -> (Float, Float)

0 commit comments

Comments
 (0)