Skip to content

Commit cb0c8bc

Browse files
authored
Merge pull request #70332 from bnbarham/update-owners
Add hamishknight to various directories in CODEOWNERS
2 parents 64226fb + db3c43e commit cb0c8bc

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/CODEOWNERS

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@
6161
/include/swift/AST/*Requirement* @hborla @slavapestov
6262
/include/swift/AST/*Substitution* @slavapestov
6363
/include/swift/AST/Evaluator* @CodaFi @slavapestov
64-
/include/swift/AST/DiagnosticsParse.def @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
64+
/include/swift/AST/DiagnosticsParse.def @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
6565
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan
6666
/include/swift/DependencyScan @artemcm
6767
/include/swift/Driver @artemcm
6868
# TODO: /include/swift/IRGen/
69-
/include/swift/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
70-
/include/swift/Index/ @bnbarham
71-
/include/swift/Refactoring @ahoppen @bnbarham
69+
/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
70+
/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro
7271
/include/swift/Option/*Options* @tshortli
73-
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
72+
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
7473
/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
74+
/include/swift/Refactoring @ahoppen @bnbarham @hamishknight @rintaro
7575
# TODO: /include/swift/SIL/
7676
# TODO: /include/swift/SILOptimizer/
77-
/include/swift/SIL/*Coverage* @hamishknight
78-
/include/swift/SIL/SILProfiler.h @hamishknight
77+
/include/swift/SIL/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
78+
/include/swift/SIL/SILProfiler.h @ahoppen @bnbarham @hamishknight @rintaro
7979
/include/swift/SIL/SILDebug* @adrian-prantl
8080
/include/swift/SILOptimizer/Utils/Distributed* @ktoso
8181
/include/swift/Sema/ @hborla @slavapestov @xedin
@@ -95,7 +95,7 @@
9595
/lib/AST/Evaluator* @CodaFi @slavapestov
9696
/lib/AST/ModuleLoader.cpp @artemcm
9797
/lib/AST/RequirementMachine/ @slavapestov
98-
/lib/ASTGen/ @zoecarver @CodaFi
98+
/lib/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro
9999
/lib/Basic/Windows @compnerd
100100
/lib/ClangImporter @zoecarver @hyp @egorzhdan
101101
/lib/ClangImporter/DWARFImporter* @adrian-prantl
@@ -105,18 +105,18 @@
105105
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
106106
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
107107
# TODO: /lib/IRGen/
108-
/lib/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
109-
/lib/IDETool/ @ahoppen @bnbarham @rintaro @hamishknight
110-
/lib/Index/ @bnbarham
111-
/lib/Refactoring/ @ahoppen @bnbarham
112-
/lib/IRGen/*Coverage* @hamishknight
108+
/lib/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
109+
/lib/IDETool/ @ahoppen @bnbarham @hamishknight @rintaro
110+
/lib/IRGen/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
113111
/lib/IRGen/*Debug* @adrian-prantl
114112
/lib/IRGen/*Distributed* @ktoso
115-
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
113+
/lib/Index/ @ahoppen @bnbarham @hamishknight @rintaro
114+
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
116115
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
116+
/lib/Refactoring/ @ahoppen @bnbarham @hamishknight @rintaro
117117
# TODO: /lib/SIL/
118-
/lib/SIL/IR/*Coverage* @hamishknight
119-
/lib/SIL/IR/SILProfiler.cpp @hamishknight
118+
/lib/SIL/IR/*Coverage* @ahoppen @bnbarham @hamishknight @rintaro
119+
/lib/SIL/IR/SILProfiler.cpp @ahoppen @bnbarham @hamishknight @rintaro
120120
/lib/SIL/IR/SILDebug* @adrian-prantl
121121
/lib/SIL/IR/SILLocation* @adrian-prantl
122122
# TODO: /lib/SILGen/
@@ -154,7 +154,7 @@
154154
/stdlib/public/runtime/ @mikeash @al45tair
155155

156156
# test
157-
/test/ASTGen/ @zoecarver @CodaFi
157+
/test/ASTGen/ @ahoppen @bnbarham @CodaFi @hamishknight @rintaro
158158
/test/Concurrency/ @ktoso @kavon
159159
/test/Constraints/ @hborla @xedin
160160
/test/DebugInfo/ @adrian-prantl
@@ -163,41 +163,41 @@
163163
/test/Driver/static* @MaxDesiatov @etcwilde
164164
/test/Generics/ @hborla @slavapestov
165165
# TODO: /test/IRGen/
166-
/test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
167-
/test/Index/ @bnbarham
168-
/test/refactoring/ @ahoppen @bnbarham
169-
/test/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight
166+
/test/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
167+
/test/Index/ @ahoppen @bnbarham @hamishknight @rintaro
170168
/test/Interop/ @zoecarver @hyp @egorzhdan
171-
/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
172-
/test/Profiler @hamishknight
169+
/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
170+
/test/Profiler @ahoppen @bnbarham @hamishknight @rintaro
173171
# TODO: /test/SIL/
174172
# TODO: /test/SILGen/
175173
# TODO: /test/SILOptimizer/
176174
/test/ScanDependencies/ @artemcm
177175
/test/Sema/ @hborla @slavapestov @xedin
176+
/test/SourceKit/ @ahoppen @bnbarham @hamishknight @rintaro
178177
/test/SymbolGraph/ @QuietMisdreavus
179178
/test/abi/ @apple/standard-librarians
180179
/test/decl/ @hborla @slavapestov
181180
/test/decl/protocol/ @AnthonyLatsis @hborla @slavapestov
182181
# FIXME: This file could have a dedicated directory.
183182
/test/decl/protocol/special/DistributedActor.swift @ktoso
184183
/test/expr/ @hborla @slavapestov @xedin
184+
/test/refactoring/ @ahoppen @bnbarham @hamishknight @rintaro
185185
/test/stdlib/ @apple/standard-librarians
186186
/test/stmt/ @hborla @xedin
187187
/test/type/ @hborla @slavapestov @xedin
188188

189189
# tools
190190
# TODO: /tools
191-
/tools/SourceKit @ahoppen @bnbarham @rintaro @hamishknight
191+
/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro
192192
/tools/lldb-moduleimport-test/ @adrian-prantl
193-
/tools/swift-ide-test @ahoppen @bnbarham @rintaro @hamishknight
193+
/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro
194194
/tools/swift-inspect @mikeash @al45tair @compnerd
195-
/tools/swift-refactor @ahoppen @bnbarham
195+
/tools/swift-refactor @ahoppen @bnbarham @hamishknight @rintaro
196196

197197
# unittests
198198
/unittests/AST/ @hborla @slavapestov @xedin
199199
/unittests/AST/*Evaluator* @CodaFi @slavapestov
200-
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
200+
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
201201
# TODO: /unittests/SIL/
202202
/unittests/Sema/ @hborla @xedin
203203
/unittests/SourceKit/ @ahoppen @bnbarham @rintaro @hamishknight
@@ -207,21 +207,21 @@
207207

208208
# utils
209209
/utils/*windows* @compnerd
210-
/utils/gyb_sourcekit_support/ @ahoppen @bnbarham @rintaro
211-
/utils/sourcekit_fuzzer/ @ahoppen @bnbarham @rintaro
212-
/utils/swift_build_support/products/earlyswiftsyntax.py @ahoppen @bnbarham
213-
/utils/swift_build_support/products/skstresstester.py @ahoppen @bnbarham
214-
/utils/swift_build_support/products/sourcekitlsp.py @ahoppen @bnbarham
215-
/utils/swift_build_support/products/swiftformat.py @ahoppen @allevato @bnbarham
216-
/utils/swift_build_support/products/swiftsyntax.py @ahoppen @bnbarham
210+
/utils/gyb_sourcekit_support/ @ahoppen @bnbarham @hamishknight @rintaro
211+
/utils/sourcekit_fuzzer/ @ahoppen @bnbarham @hamishknight @rintaro
212+
/utils/swift_build_support/products/earlyswiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro
213+
/utils/swift_build_support/products/skstresstester.py @ahoppen @bnbarham @hamishknight @rintaro
214+
/utils/swift_build_support/products/sourcekitlsp.py @ahoppen @bnbarham @hamishknight @rintaro
215+
/utils/swift_build_support/products/swiftformat.py @ahoppen @allevato @bnbarham @hamishknight @rintaro
216+
/utils/swift_build_support/products/swiftsyntax.py @ahoppen @bnbarham @hamishknight @rintaro
217217
/utils/update-checkout* @shahmishal
218218
/utils/update_checkout/ @shahmishal
219219
/utils/vim/ @compnerd
220220

221221
# validation-test
222222
# TODO: /validation-test/IRGen/
223223
/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
224-
/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
224+
/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
225225
# TODO: /validation-test/SIL/
226226
# TODO: /validation-test/SILGen/
227227
# TODO: /validation-test/SILOptimizer/

0 commit comments

Comments
 (0)