Skip to content

Commit 22b2259

Browse files
authored
Update MAINTENANCE.md (#17513)
closes #17418
2 parents 878b022 + 8eb7041 commit 22b2259

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

MAINTENANCE.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,36 @@ At the end of their supervision period, the supervisor reports to the team durin
6161

6262
The following is the list of all the principal areas of the compiler and the core team members who are responsible for their maintenance:
6363

64+
### Compiler
6465
- Parser: @odersky
6566
- Typer: @odersky, @smarter, (@dwijnand)
6667
- Erasure: @smarter, @odersky
6768
- Enums: @bishabosha
69+
- Derivation & Mirrors: @bishabosha, (@dwijnand)
6870
- Export: @bishabosha, @odersky
6971
- Pattern Matching: @dwijnand, (@liufengyun), @sjrd
7072
- Inline: @nicolasstucki, @odersky
71-
- Metaprogramming (Quotes, Reflect, Staging): @nicolasstucki, @aherlihy
72-
- Match types: @OlivierBlanvillain, @dwijnand
73-
- GADT: @abgruszecki, @dwijnand
74-
- Scaladoc: @KacperFKorban, @BarkingBad, @pikinier20
75-
- Initialization checker: @olhotak, @liufengyun, @anatoliykmetyuk
73+
- Metaprogramming (Quotes, Reflect, Staging): @nicolasstucki, @jchyb
74+
- Match types: @sjrd, @dwijnand, @Decel
75+
- GADT: @dwijnand, @Linyxus
76+
- Initialization checker: @olhotak, @liufengyun
7677
- Safe nulls: @noti0na1, @olhotak
78+
- Lazy vals: @szymon-rd, @sjrd
7779
- tailrec: @sjrd, @mbovel
7880
- JS backend: @sjrd
79-
- forward compat (-scala-release): @prolativ, @Kordyjan, (@nicolasstucki)
80-
- Benchmarks: @anatoliykmetyuk, @mbovel
81-
- REPL: @dwijnand, @anatoliykmetyuk, @prolativ
81+
- JVM backend: @sjrd
82+
- Java-compat: @smarter
83+
84+
### Tooling
85+
- REPL: @dwijnand, @prolativ
86+
- Scaladoc: @Florian3k
87+
- SemanticDB: @tanishiking
88+
- Coverage: @TheElectronWill
89+
- Linting (especially unused warnings) / Reporting UX: @szymon-rd
90+
91+
### Infrastructure
8292
- CI: @anatoliykmetyuk
8393
- Community Build: @anatoliykmetyuk
94+
- Open Community Build: @WojciechMazur
8495
- Vulpix: @dwijnand, @prolativ
85-
- JVM backend: @Kordyjan, (@sjrd)
86-
- Derivation & Mirrors: @bishabosha, (@dwijnand)
87-
- Linting (especially unused warnings) / Reporting UX: VirtusLab TBD?
88-
- Java-compat: @Kordyjan
96+
- Benchmarks: @mbovel

0 commit comments

Comments
 (0)