@@ -63,39 +63,48 @@ At the end of their supervision period, the supervisor reports to the team durin
6363
6464## Maintenance List
6565
66- The following is the list of all the principal areas of the compiler and the core team members who are responsible for their maintenance:
66+ The following is the list of all the principal areas of the compiler and the internal team members who are responsible for their maintenance:
6767
6868### Compiler
69- - Parser: @odersky , @hamzaremmal
70- - Typer: @odersky , @smarter , (@dwijnand ), @noti0nal
69+ - Parser: @odersky , @hamzaremmal , @ KacperFKorban
70+ - Typer: @odersky , @smarter , (@dwijnand ), @noti0nal , @ EugeneFlesselle , @ KacperFKorban , @ bracevac
7171- Erasure: @smarter , @odersky
72- - Enums: @ bishabosha
73- - Derivation & Mirrors: @ bishabosha , (@dwijnand ), @EugeneFlesselle
74- - Export: @bishabosha , @ odersky
75- - Pattern Matching: @dwijnand , ( @ liufengyun ) , @sjrd
76- - Inline: @nicolasstucki , @odersky , @hamzaremmal
77- - Metaprogramming (Quotes, Reflect, Staging): @nicolasstucki , @ jchyb , @hamzaremmal
78- - Match types: @sjrd , @dwijnand , @Decel , @Linyxus
72+ - Enums:
73+ - Derivation & Mirrors: (@dwijnand ), @EugeneFlesselle
74+ - Export: @odersky
75+ - Pattern Matching: @dwijnand , @ sjrd , @noti0na1
76+ - Inline: @odersky , @jchyb , @hamzaremmal , @ EugeneFlesselle
77+ - Metaprogramming (Quotes, Reflect, Staging): @jchyb , @hamzaremmal
78+ - Match types: @sjrd , @dwijnand , @Linyxus , @EugeneFlesselle
7979- GADT: @dwijnand , @Linyxus
80- - Initialization checker: @olhotak , @liufengyun
81- - Safe nulls: @noti0na1 , @olhotak
82- - Transforms: @szymon-rd , @sjrd , @odersky , @smarter
83- - tailrec: @sjrd , @mbovel
80+ - Initialization checker:
81+ - Transforms: @sjrd , @odersky , @smarter
82+ - Tailrec: @sjrd , @mbovel
8483- JS backend: @sjrd
85- - JVM backend: @sjrd
86- - Java-compat: @smarter , @dwijnand
87- - Capture checker: @odersky , @Linyxus
84+ - JVM backend: @sjrd , @hamzaremmal
85+ - Java-compat: @smarter , @dwijnand , @hamzaremmal
86+ - Extension Methods: @odersky , @dwijnand
87+ - Safe nulls (experimental): @noti0na1
88+ - Capture checker (experimental): @odersky , @Linyxus , @bracevac , @noti0na1
89+ - Modularity (experimental): @KacperFKorban
90+ - Named Tuples (experimental): @odersky
8891
8992### Tooling
90- - REPL: @dwijnand , @prolativ
93+ - REPL: @dwijnand
94+ - Runner/CLI: @Gedochao , (@tgodzik )
95+ - IDE: @tgodzik , (@kasiaMarek )
9196- Scaladoc: @Florian3k
92- - SemanticDB: @tanishiking
93- - Coverage: @TheElectronWill
94- - Linting (especially unused warnings) / Reporting UX: @szymon-rd
97+ - SemanticDB: @natsukagami , (@tanishiking )
98+ - Coverage: @KacperFKorban
99+ - Linting (especially unused warnings) / Reporting UX: @KacperFKorban
100+ - Presentation Compiler: @rochala , @tgodzik , @kasiaMarek , @natsukagami
101+ - Debug Adapter: @adpi2 , (@tgodzik )
102+ - Scastie: @rochala
95103
96104### Infrastructure
97- - CI: @hamzaremmal
105+ - CI: @hamzaremmal , ( @ WojciechMazur )
98106- Community Build: @hamzaremmal
99107- Open Community Build: @WojciechMazur
100- - Vulpix: @dwijnand , @prolativ
108+ - Vulpix: @dwijnand , @prolativ , @ hamzaremmal
101109- Benchmarks: @mbovel
110+ - Releases: @WojciechMazur , @prolativ
0 commit comments