From ca2d428f999faf7e2569afacffd204021a0bbb17 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Fri, 14 Feb 2025 15:51:17 -0800 Subject: [PATCH] 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 Commit-Queue: Paul Berry Reviewed-by: Johnni Winther --- pkg/_fe_analyzer_shared/OWNERS | 1 + pkg/analyzer/OWNERS | 1 + pkg/analyzer_cli/OWNERS | 1 + pkg/analyzer_utilities/OWNERS | 1 + pkg/front_end/OWNERS | 3 ++- pkg/frontend_server/OWNERS | 3 ++- pkg/kernel/OWNERS | 3 ++- pkg/testing/OWNERS | 1 + tools/OWNERS | 1 + tools/OWNERS_ENG | 1 + tools/OWNERS_MODEL | 6 ++++++ 11 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 tools/OWNERS_MODEL diff --git a/pkg/_fe_analyzer_shared/OWNERS b/pkg/_fe_analyzer_shared/OWNERS index 6fd2278168d..fa044a96c11 100644 --- a/pkg/_fe_analyzer_shared/OWNERS +++ b/pkg/_fe_analyzer_shared/OWNERS @@ -1,2 +1,3 @@ file:/tools/OWNERS_ANALYZER file:/tools/OWNERS_CFE +file:/tools/OWNERS_MODEL diff --git a/pkg/analyzer/OWNERS b/pkg/analyzer/OWNERS index 1592b3e5a62..d0adf0f0cf9 100644 --- a/pkg/analyzer/OWNERS +++ b/pkg/analyzer/OWNERS @@ -1 +1,2 @@ file:/tools/OWNERS_ANALYZER +file:/tools/OWNERS_MODEL diff --git a/pkg/analyzer_cli/OWNERS b/pkg/analyzer_cli/OWNERS index 1592b3e5a62..d0adf0f0cf9 100644 --- a/pkg/analyzer_cli/OWNERS +++ b/pkg/analyzer_cli/OWNERS @@ -1 +1,2 @@ file:/tools/OWNERS_ANALYZER +file:/tools/OWNERS_MODEL diff --git a/pkg/analyzer_utilities/OWNERS b/pkg/analyzer_utilities/OWNERS index 1592b3e5a62..d0adf0f0cf9 100644 --- a/pkg/analyzer_utilities/OWNERS +++ b/pkg/analyzer_utilities/OWNERS @@ -1 +1,2 @@ file:/tools/OWNERS_ANALYZER +file:/tools/OWNERS_MODEL diff --git a/pkg/front_end/OWNERS b/pkg/front_end/OWNERS index 61484abb8c7..8bb6d5994bf 100644 --- a/pkg/front_end/OWNERS +++ b/pkg/front_end/OWNERS @@ -1,4 +1,5 @@ set noparent file:/tools/OWNERS_CFE -# In addition to CFE team allow global owners. +file:/tools/OWNERS_MODEL +# In addition to CFE and Dart Model teams allow global owners. file:/OWNERS diff --git a/pkg/frontend_server/OWNERS b/pkg/frontend_server/OWNERS index 9e4029dbf79..ceeffd24e8e 100644 --- a/pkg/frontend_server/OWNERS +++ b/pkg/frontend_server/OWNERS @@ -1,6 +1,7 @@ set noparent file:/tools/OWNERS_CFE -# In addition to CFE team allow global owners. +file:/tools/OWNERS_MODEL +# In addition to CFE and Dart Model teams allow global owners. file:/OWNERS # Add the VM team as owners of ResidentFrontendServer-related files. diff --git a/pkg/kernel/OWNERS b/pkg/kernel/OWNERS index ffd823741ea..a9d482409c2 100644 --- a/pkg/kernel/OWNERS +++ b/pkg/kernel/OWNERS @@ -1,6 +1,7 @@ set noparent file:/tools/OWNERS_CFE -# In addition to CFE team allow global owners. +file:/tools/OWNERS_MODEL +# In addition to CFE and Dart Model teams allow global owners. file:/OWNERS # Let the infrastructure team bump the language version on releases. diff --git a/pkg/testing/OWNERS b/pkg/testing/OWNERS index 33947e7080d..bfc5939300c 100644 --- a/pkg/testing/OWNERS +++ b/pkg/testing/OWNERS @@ -1 +1,2 @@ file:/tools/OWNERS_CFE +file:/tools/OWNERS_MODEL diff --git a/tools/OWNERS b/tools/OWNERS index dc8ed41d01d..cb2edca7838 100644 --- a/tools/OWNERS +++ b/tools/OWNERS @@ -11,6 +11,7 @@ per-file OWNERS_ECOSYSTEM=file:OWNERS_ECOSYSTEM per-file OWNERS_FOUNDATION=file:OWNERS_FOUNDATION per-file OWNERS_GOOGLE3=file:OWNERS_GOOGLE3 per-file OWNERS_INFRA=file:OWNERS_INFRA +per-file OWNERS_MODEL=file:OWNERS_MODEL per-file OWNERS_PRODUCT=file:OWNERS_PRODUCT per-file OWNERS_PUB=file:OWNERS_PUB per-file OWNERS_VM=file:OWNERS_VM diff --git a/tools/OWNERS_ENG b/tools/OWNERS_ENG index 39f8d935b33..bddea6498d1 100644 --- a/tools/OWNERS_ENG +++ b/tools/OWNERS_ENG @@ -7,6 +7,7 @@ file:OWNERS_ECOSYSTEM file:OWNERS_FOUNDATION file:OWNERS_GOOGLE3 file:OWNERS_INFRA +file:OWNERS_MODEL file:OWNERS_PUB file:OWNERS_VM file:OWNERS_WEB diff --git a/tools/OWNERS_MODEL b/tools/OWNERS_MODEL new file mode 100644 index 00000000000..52769229fa9 --- /dev/null +++ b/tools/OWNERS_MODEL @@ -0,0 +1,6 @@ +cstefantsova@google.com +davidmorgan@google.com +jensj@google.com +johnniwinther@google.com +paulberry@google.com +scheglov@google.com