Skip to content

Commit 243820a

Browse files
committed
[NFC] github: Add stubs for Standard Library owners
1 parent 31af73b commit 243820a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
/docs/Generics/ @slavapestov
1515
/docs/Generics.rst @slavapestov
1616

17+
# Standard Library
18+
# TODO: /stdlib/
19+
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan
20+
/stdlib/public/Windows/ @compnerd
21+
# TODO: /*test/stdlib/
22+
# TODO: /unittests/stdlib/
23+
1724
# Owners of ASTGen
1825
lib/ASTGen @zoecarver @CodaFi
1926

@@ -41,7 +48,6 @@ include/swift/ClangImporter @zoecarver @hyp @egorzhdan
4148
include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
4249
lib/ClangImporter @zoecarver @hyp @egorzhdan
4350
lib/PrintAsClang @zoecarver @hyp @egorzhdan
44-
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
4551
test/Interop @zoecarver @hyp @egorzhdan
4652

4753
# Threading implementation
@@ -51,7 +57,6 @@ lib/Threading @al45tair
5157
# Windows support
5258
cmake/**/*Windows* @compnerd
5359
lib/Basic/Windows @compnerd
54-
stdlib/public/Windows @compnerd
5560
utils/*windows* @compnerd
5661

5762
# AST

0 commit comments

Comments
 (0)