From aea0f6fadc99df5d2053432d53a807593f001567 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 28 Feb 2022 16:08:05 +0100 Subject: [PATCH 1/2] Update maintenance for Parser --- MAINTENANCE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index cb98344e1ea0..59a98b95016e 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -50,10 +50,11 @@ At the end of their Tsardom, the Tsar reports to the team during the Dotty meeti # Maintenance List The following is the list of all the principal areas of the compiler and the core teams members who are responsible for their maintenance: +- Parser: @odersky - Typer: @odersky, @smarter, (@dwijnand) - Erasure: @smarter, @odersky - Enums: @bishabosha -- Export: @bishabosha, @odersky +- Export: @bishabosha, @odersky - Pattern Matching: @dwijnand, (@liufengyun), @sjrd - Inline: @nicolasstucki, @odersky - Metaprogramming (Quotes, Reflect, Staging): @nicolasstucki, @aherlihy From 1eb9e314f527f13b2332933e5d059730f0507639 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 2 Mar 2022 09:14:51 +0100 Subject: [PATCH 2/2] Update MAINTENANCE.md Co-authored-by: som-snytt --- MAINTENANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 59a98b95016e..6f6feeac2699 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -48,7 +48,7 @@ At the end of their Tsardom, the Tsar reports to the team during the Dotty meeti - Unassigned PRs and issues that the team failed to classify: bring them one by one so that the team can make a decision on them. # Maintenance List -The following is the list of all the principal areas of the compiler and the core teams members who are responsible for their maintenance: +The following is the list of all the principal areas of the compiler and the core team members who are responsible for their maintenance: - Parser: @odersky - Typer: @odersky, @smarter, (@dwijnand)