Skip to content

Commit 42db3dc

Browse files
Merge pull request #79590 from AnthonyLatsis/bubo-ascalaphus
CODEOWNERS: Minor coverage improvements
2 parents c539f7e + 52f61ea commit 42db3dc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
# TODO: /README.md
3333

3434
# Runtimes
35-
/Runtimes/**/CMakeLists.txt @etcwilde @compnerd @edymtt @justice-adams-apple
3635
/Runtimes/**/*.cmake @etcwilde @compnerd @edymtt @justice-adams-apple
36+
/Runtimes/**/CMakeLists.txt @etcwilde @compnerd @edymtt @justice-adams-apple
3737
/Runtimes/Core/cmake/caches/Vendors/Apple/ @etcwilde @shahmishal @edymtt @justice-adams-apple
3838

3939
# SwiftCompilerSources
@@ -52,6 +52,11 @@
5252
/cmake/**/*Windows* @compnerd
5353

5454
# docs
55+
/docs/ABI/ @rjmccall
56+
/docs/ABI/*Mangling* @eeckstein
57+
/docs/ABI/GenericSignature.md @slavapestov
58+
/docs/ABI/KeyPaths.md @jckarter
59+
/docs/ABI/RegisterUsage.md @al45tair
5560
/docs/CrossCompilationModel.md @MaxDesiatov
5661
/docs/Generics @slavapestov
5762
/docs/HowToGuides/ @AnthonyLatsis @LucianoPAlmeida @xedin
@@ -190,11 +195,11 @@
190195
/stdlib/private/*Runtime*/ @rjmccall
191196
/stdlib/private/SwiftReflectionTest/ @slavapestov
192197
/stdlib/public/*Demangl*/ @rjmccall
193-
/stdlib/public/RuntimeModule/ @al45tair @mikeash
194198
/stdlib/public/Concurrency/ @ktoso
195199
/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan @Xazax-hun @j-hui @fahadnayyar
196200
/stdlib/public/Distributed/ @ktoso
197201
/stdlib/public/Observation/ @phausler
202+
/stdlib/public/RuntimeModule/ @al45tair @mikeash
198203
/stdlib/public/SwiftRemoteMirror/ @slavapestov
199204
/stdlib/public/Threading/ @al45tair
200205
/stdlib/public/Windows/ @compnerd
@@ -279,12 +284,12 @@
279284
/utils/generate-xcode @hamishknight
280285
/utils/gyb_sourcekit_support/ @ahoppen @bnbarham @hamishknight @rintaro
281286
/utils/sourcekit_fuzzer/ @ahoppen @bnbarham @hamishknight @rintaro
287+
/utils/swift-xcodegen/ @hamishknight
282288
/utils/swift_build_support/products/earlyswiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro
283289
/utils/swift_build_support/products/skstresstester.py @ahoppen @bnbarham @hamishknight @rintaro
284290
/utils/swift_build_support/products/sourcekitlsp.py @ahoppen @bnbarham @hamishknight @rintaro
285291
/utils/swift_build_support/products/swiftformat.py @ahoppen @allevato @bnbarham @hamishknight @rintaro
286292
/utils/swift_build_support/products/swiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro
287-
/utils/swift-xcodegen/ @hamishknight
288293
/utils/update-checkout* @shahmishal
289294
/utils/update_checkout/ @shahmishal
290295
/utils/vim/ @compnerd

0 commit comments

Comments
 (0)