Skip to content

Commit ca2d428

Browse files
stereotype441Commit Queue
authored andcommitted
Add an OWNERS file for the new Dart Model team
Moving forward, the Dart Model team will own the following packages: - _fe_analyzer_shared - analyzer - analyzer_cli - analyzer_utilities - front_end - frontend_server - kernel - testing In follow-up CLs I will create an OWNERS file for the developer experience team, and then remove the OWNERS files for the old analyzer and CFE teams. Change-Id: Id7cf38ea41a6d3f9ca44f43fae1f310426a31e29 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409841 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Paul Berry <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
1 parent 02f8684 commit ca2d428

File tree

11 files changed

+19
-3
lines changed

11 files changed

+19
-3
lines changed

pkg/_fe_analyzer_shared/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
file:/tools/OWNERS_ANALYZER
22
file:/tools/OWNERS_CFE
3+
file:/tools/OWNERS_MODEL

pkg/analyzer/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_MODEL

pkg/analyzer_cli/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_MODEL

pkg/analyzer_utilities/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_MODEL

pkg/front_end/OWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set noparent
22
file:/tools/OWNERS_CFE
3-
# In addition to CFE team allow global owners.
3+
file:/tools/OWNERS_MODEL
4+
# In addition to CFE and Dart Model teams allow global owners.
45
file:/OWNERS

pkg/frontend_server/OWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set noparent
22
file:/tools/OWNERS_CFE
3-
# In addition to CFE team allow global owners.
3+
file:/tools/OWNERS_MODEL
4+
# In addition to CFE and Dart Model teams allow global owners.
45
file:/OWNERS
56

67
# Add the VM team as owners of ResidentFrontendServer-related files.

pkg/kernel/OWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set noparent
22
file:/tools/OWNERS_CFE
3-
# In addition to CFE team allow global owners.
3+
file:/tools/OWNERS_MODEL
4+
# In addition to CFE and Dart Model teams allow global owners.
45
file:/OWNERS
56

67
# Let the infrastructure team bump the language version on releases.

pkg/testing/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_CFE
2+
file:/tools/OWNERS_MODEL

tools/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ per-file OWNERS_ECOSYSTEM=file:OWNERS_ECOSYSTEM
1111
per-file OWNERS_FOUNDATION=file:OWNERS_FOUNDATION
1212
per-file OWNERS_GOOGLE3=file:OWNERS_GOOGLE3
1313
per-file OWNERS_INFRA=file:OWNERS_INFRA
14+
per-file OWNERS_MODEL=file:OWNERS_MODEL
1415
per-file OWNERS_PRODUCT=file:OWNERS_PRODUCT
1516
per-file OWNERS_PUB=file:OWNERS_PUB
1617
per-file OWNERS_VM=file:OWNERS_VM

tools/OWNERS_ENG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ file:OWNERS_ECOSYSTEM
77
file:OWNERS_FOUNDATION
88
file:OWNERS_GOOGLE3
99
file:OWNERS_INFRA
10+
file:OWNERS_MODEL
1011
file:OWNERS_PUB
1112
file:OWNERS_VM
1213
file:OWNERS_WEB

0 commit comments

Comments
 (0)