@@ -61,28 +61,36 @@ At the end of their supervision period, the supervisor reports to the team durin
61
61
62
62
The following is the list of all the principal areas of the compiler and the core team members who are responsible for their maintenance:
63
63
64
+ ### Compiler
64
65
- Parser: @odersky
65
66
- Typer: @odersky , @smarter , (@dwijnand )
66
67
- Erasure: @smarter , @odersky
67
68
- Enums: @bishabosha
69
+ - Derivation & Mirrors: @bishabosha , (@dwijnand )
68
70
- Export: @bishabosha , @odersky
69
71
- Pattern Matching: @dwijnand , (@liufengyun ), @sjrd
70
72
- 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
76
77
- Safe nulls: @noti0na1 , @olhotak
78
+ - Lazy vals: @szymon-rd , @sjrd
77
79
- tailrec: @sjrd , @mbovel
78
80
- 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
82
92
- CI: @anatoliykmetyuk
83
93
- Community Build: @anatoliykmetyuk
94
+ - Open Community Build: @WojciechMazur
84
95
- 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