@@ -63,39 +63,48 @@ At the end of their supervision period, the supervisor reports to the team durin
63
63
64
64
## Maintenance List
65
65
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:
67
67
68
68
### 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
71
71
- 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
79
79
- 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
84
83
- 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 , @aherlihy
88
91
89
92
### Tooling
90
- - REPL: @dwijnand , @prolativ
93
+ - REPL: @dwijnand
94
+ - Runner/CLI: @Gedochao , (@tgodzik )
95
+ - IDE: @tgodzik , (@kasiaMarek )
91
96
- 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
95
103
96
104
### Infrastructure
97
- - CI: @hamzaremmal
105
+ - CI: @hamzaremmal , ( @ WojciechMazur )
98
106
- Community Build: @hamzaremmal
99
107
- Open Community Build: @WojciechMazur
100
- - Vulpix: @dwijnand , @prolativ
108
+ - Vulpix: @dwijnand , @prolativ , @ hamzaremmal
101
109
- Benchmarks: @mbovel
110
+ - Releases: @WojciechMazur , @prolativ
0 commit comments