-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathCODEOWNERS
More file actions
29 lines (21 loc) · 938 Bytes
/
CODEOWNERS
File metadata and controls
29 lines (21 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file is a list of the people responsible for ensuring that patches for a
# particular part of SwiftDriver are reviewed, either by themselves or by
# someone else. They are also the gatekeepers for their part of SwiftDriver, with the
# final word on what goes in or not.
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# Owner of anything in SwiftDriver not owned by anyone else.
* @artemcm @owenv @DougGregor @compnerd
# Explicit Modules
*ExplicitModuleBuilds* @artemcm @cachemeifyoucan @owenv
# Planning
*Jobs* @artemcm @owenv @cachemeifyoucan
# Executor
*SwiftDriverExecution* @owenv @artemcm
# Incremental Builds
*IncrementalCompilation* @owenv @artemcm
# Toolchains
*Toolchains* @compnerd @DougGregor @artemcm @owenv
# SDK Interface Compilation
*swift-build-sdk-interfaces* @nkcsgexi @artemcm