|
1 |
| -# Lines starting with '#' are comments. |
2 |
| -# Each line is a case-sensitive file pattern followed by one or more owners. |
3 |
| -# Order is important. The last matching pattern has the most precedence. |
4 |
| -# More information: https://docs.github.com/en/articles/about-code-owners |
5 |
| -# |
6 |
| -# Please mirror the repository's file hierarchy in case-sensitive lexicographic |
7 |
| -# order. |
8 |
| - |
9 |
| -# TODO: /.clang-format |
10 |
| -# TODO: /.dir-locals.el |
11 |
| -# TODO: /.flake8 |
12 |
| -# TODO: /.gitattributes |
13 |
| - |
14 |
| -# .github |
15 |
| -/.github/ @shahmishal |
16 |
| -/.github/CODEOWNERS @AnthonyLatsis @shahmishal |
17 |
| -/.github/ISSUE_TEMPLATE/ @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin |
18 |
| -/.github/PULL_REQUEST_TEMPLATE.md @AnthonyLatsis @hborla @LucianoPAlmeida @shahmishal @xedin |
19 |
| - |
20 |
| -# TODO: /.gitignore |
21 |
| -# TODO: /.mailmap |
22 |
| -# TODO: /Brewfile |
23 |
| -# TODO: /CHANGELOG.md |
24 |
| -# TODO: /CMakeLists.txt |
25 |
| -# TODO: /CODE_OF_CONDUCT.md |
26 |
| -# TODO: /CODE_OWNERS.TXT |
27 |
| -# TODO: /CONTRIBUTING.md |
28 |
| -# TODO: /LICENSE.txt |
29 |
| -# TODO: /README.md |
30 |
| - |
31 |
| -# SwiftCompilerSources |
32 |
| -/SwiftCompilerSources @eeckstein |
33 |
| - |
34 |
| -# apinotes |
35 |
| -# TODO: /apinotes |
36 |
| - |
37 |
| -# benchmark |
38 |
| -# TODO: /benchmark |
39 |
| - |
40 |
| -# bindings |
41 |
| -# TODO: /bindings |
42 |
| - |
43 |
| -# cmake |
44 |
| -/cmake/**/*Windows* @compnerd |
45 |
| - |
46 |
| -# docs |
47 |
| -/docs/Generics.rst @slavapestov |
48 |
| -/docs/Generics/ @slavapestov |
49 |
| -/docs/HowToGuides/ @AnthonyLatsis @LucianoPAlmeida @xedin |
50 |
| - |
51 |
| -# include |
52 |
| -/include/swift/AST/ @hborla @slavapestov @xedin |
53 |
| -/include/swift/AST/*Conformance* @slavapestov |
54 |
| -/include/swift/AST/*Distributed* @ktoso |
55 |
| -/include/swift/AST/*Generic* @hborla @slavapestov |
56 |
| -/include/swift/AST/*Protocol* @hborla @slavapestov |
57 |
| -/include/swift/AST/*Requirement* @hborla @slavapestov |
58 |
| -/include/swift/AST/*Substitution* @slavapestov |
59 |
| -/include/swift/AST/Evaluator* @CodaFi @slavapestov |
60 |
| -/include/swift/ClangImporter @zoecarver @hyp @egorzhdan |
61 |
| -/include/swift/DependencyScan @artemcm |
62 |
| -/include/swift/Driver @artemcm |
63 |
| -# TODO: /include/swift/IRGen/ |
64 |
| -/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro |
65 |
| -/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan |
66 |
| -# TODO: /include/swift/SIL/ |
67 |
| -# TODO: /include/swift/SILOptimizer/ |
68 |
| -/include/swift/SILOptimizer/Utils/Distributed* @ktoso |
69 |
| -/include/swift/Sema/ @hborla @slavapestov @xedin |
70 |
| -/include/swift/Sema/CS* @hborla @xedin |
71 |
| -/include/swift/Sema/Constraint* @hborla @xedin |
72 |
| -/include/swift/Threading @al45tair |
73 |
| - |
74 |
| -# lib |
75 |
| -/lib/AST/ @hborla @slavapestov @xedin |
76 |
| -/lib/AST/*Conformance* @slavapestov |
77 |
| -/lib/AST/*Generic* @hborla @slavapestov |
78 |
| -/lib/AST/*Requirement* @hborla @slavapestov |
79 |
| -/lib/AST/*Substitution @slavapestov |
80 |
| -/lib/AST/Evaluator* @CodaFi @slavapestov |
81 |
| -/lib/AST/ModuleLoader.cpp @artemcm |
82 |
| -/lib/AST/RequirementMachine/ @slavapestov |
83 |
| -/lib/ASTGen/ @zoecarver @CodaFi |
84 |
| -/lib/Basic/Windows @compnerd |
85 |
| -/lib/ClangImporter @zoecarver @hyp @egorzhdan |
86 |
| -/lib/DependencyScan @artemcm |
87 |
| -/lib/Driver @artemcm |
88 |
| -/lib/Frontend/ModuleInterfaceLoader.cpp @artemcm |
89 |
| -# TODO: /lib/IRGen/ |
90 |
| -/lib/IRGen/*Distributed* @ktoso |
91 |
| -/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro |
92 |
| -/lib/PrintAsClang @zoecarver @hyp @egorzhdan |
93 |
| -# TODO: /lib/SIL/ |
94 |
| -# TODO: /lib/SILGen/ |
95 |
| -/lib/SILGen/*Distributed* @ktoso |
96 |
| -# TODO: /lib/SILOptimizer/ |
97 |
| -/lib/SILOptimizer/Utils/Distributed* @ktoso |
98 |
| -/lib/Sema/ @hborla @slavapestov @xedin |
99 |
| -/lib/Sema/CS* @hborla @xedin |
100 |
| -/lib/Sema/CodeSynthesisDistributed* @hborla @ktoso |
101 |
| -/lib/Sema/Constraint* @hborla @xedin |
102 |
| -/lib/Sema/DerivedConformance* @slavapestov |
103 |
| -/lib/Sema/DerivedConformanceDistributed* @ktoso @slavapestov |
104 |
| -/lib/Sema/TypeCheckDistributed* @hborla @ktoso @xedin |
105 |
| -/lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov |
106 |
| -/lib/Sema/TypeCheckType* @AnthonyLatsis @hborla @slavapestov @xedin |
107 |
| -/lib/Serialization/SerializedModuleLoader.cpp @artemcm |
108 |
| -/lib/Threading @al45tair |
109 |
| - |
110 |
| -# localization |
111 |
| -# TODO: /localization |
112 |
| - |
113 |
| -# stdlib |
114 |
| -# TODO: /stdlib/ |
115 |
| -/stdlib/public/Cxx/ @zoecarver @hyp @egorzhdan |
116 |
| -/stdlib/public/Distributed/ @ktoso |
117 |
| -/stdlib/public/Windows/ @compnerd |
118 |
| - |
119 |
| -# test |
120 |
| -/test/ASTGen/ @zoecarver @CodaFi |
121 |
| -/test/Constraints/ @hborla @xedin |
122 |
| -/test/Distributed/ @ktoso |
123 |
| -/test/Driver/ @artemcm |
124 |
| -/test/Generics/ @hborla @slavapestov |
125 |
| -# TODO: /test/IRGen/ |
126 |
| -/test/Interop/ @zoecarver @hyp @egorzhdan |
127 |
| -/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro |
128 |
| -# TODO: /test/SIL/ |
129 |
| -# TODO: /test/SILGen/ |
130 |
| -# TODO: /test/SILOptimizer/ |
131 |
| -/test/ScanDependencies/ @artemcm |
132 |
| -/test/Sema/ @hborla @slavapestov @xedin |
133 |
| -/test/decl/ @hborla @slavapestov |
134 |
| -/test/decl/protocol/ @AnthonyLatsis @hborla @slavapestov |
135 |
| -# FIXME: This file could have a dedicated directory. |
136 |
| -/test/decl/protocol/special/DistributedActor.swift @ktoso |
137 |
| -/test/expr/ @hborla @slavapestov @xedin |
138 |
| -# TODO: /test/stdlib/ |
139 |
| -/test/stmt/ @hborla @xedin |
140 |
| -/test/type/ @hborla @slavapestov @xedin |
141 |
| - |
142 |
| -# tools |
143 |
| -# TODO: /tools |
144 |
| - |
145 |
| -# unittests |
146 |
| -/unittests/AST/ @hborla @slavapestov @xedin |
147 |
| -/unittests/AST/*Evaluator* @CodaFi @slavapestov |
148 |
| -/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro |
149 |
| -# TODO: /unittests/SIL/ |
150 |
| -/unittests/Sema/ @hborla @xedin |
151 |
| -# TODO: /unittests/stdlib/ |
152 |
| - |
153 |
| -# userdocs |
154 |
| -# TODO: /userdocs |
155 |
| - |
156 |
| -# utils |
157 |
| -/utils/*windows* @compnerd |
158 |
| -/utils/update-checkout* @shahmishal |
159 |
| -/utils/update_checkout/ @shahmishal |
160 |
| - |
161 |
| -# validation-test |
162 |
| -# TODO: /validation-test/IRGen/ |
163 |
| -/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro |
164 |
| -# TODO: /validation-test/SIL/ |
165 |
| -# TODO: /validation-test/SILGen/ |
166 |
| -# TODO: /validation-test/SILOptimizer/ |
167 |
| -/validation-test/Sema/ @hborla @slavapestov @xedin |
168 |
| -# TODO: /validation-test/stdlib/ |
| 1 | +# For the release branch @apple/swift5-branch-managers needs to approve the changes |
| 2 | +* @apple/swift5-branch-managers |
0 commit comments