Skip to content

Commit 7dfec57

Browse files
authored
Take ownership on autodiff stdlib and tests (#82918)
1 parent 72edcad commit 7dfec57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,13 @@
197197
# stdlib
198198
/stdlib/ @swiftlang/standard-librarians
199199
/stdlib/private/*Runtime*/ @rjmccall
200+
/stdlib/private/DifferentiationUnittest/ @asl
200201
/stdlib/private/SwiftReflectionTest/ @slavapestov
201202
/stdlib/public/core/Swiftify* @hnrklssn @Xazax-hun
202203
/stdlib/public/*Demangl*/ @rjmccall
203204
/stdlib/public/Concurrency/ @ktoso
204205
/stdlib/public/Cxx/ @zoecarver @egorzhdan @Xazax-hun @j-hui @fahadnayyar @susmonteiro
206+
/stdlib/public/Differentiation/ @asl
205207
/stdlib/public/Distributed/ @ktoso
206208
/stdlib/public/Observation/ @phausler
207209
/stdlib/public/RuntimeModule/ @al45tair @mikeash
@@ -216,6 +218,7 @@
216218
/test/*Demangl*/ @rjmccall
217219
/test/Availability/ @tshortli
218220
/test/ASTGen/ @bnbarham @CodaFi @hamishknight @rintaro
221+
/test/AutoDiff/ @asl
219222
/test/Concurrency/ @ktoso
220223
/test/Constraints/ @hborla @xedin
221224
/test/DebugInfo/ @adrian-prantl

0 commit comments

Comments
 (0)