@@ -67,44 +67,45 @@ The following is the list of all the principal areas of the compiler and the int
67
67
68
68
### Compiler
69
69
- Parser: @odersky , @hamzaremmal , @KacperFKorban
70
- - Typer: @odersky , @smarter , ( @ dwijnand ), @ noti0nal , @ EugeneFlesselle , @KacperFKorban , @bracevac
70
+ - Typer: @odersky , @smarter , @ noti0nal , @KacperFKorban , @bracevac
71
71
- Erasure: @smarter , @odersky
72
72
- Enums:
73
- - Derivation & Mirrors: ( @ dwijnand ), @ EugeneFlesselle
73
+ - Derivation & Mirrors:
74
74
- Export: @odersky
75
- - Pattern Matching: @dwijnand , @sjrd , @ noti0na1
76
- - Inline: @odersky , @jchyb , @hamzaremmal , @ EugeneFlesselle
75
+ - Pattern Matching: @sjrd , @noti0na1 , ( @ hamzaremmal ), ( @ zielinsky )
76
+ - Inline: @odersky , @jchyb , @hamzaremmal
77
77
- Metaprogramming (Quotes, Reflect, Staging): @jchyb , @hamzaremmal
78
- - Match types: @sjrd , @dwijnand , @ Linyxus , @ EugeneFlesselle
79
- - GADT: @dwijnand , @ Linyxus
80
- - Initialization checker:
78
+ - Match types: @sjrd , @Linyxus
79
+ - GADT: @Linyxus
80
+ - Initialization checker:@ liufengyun , @ olhotak , @ EnzeXing
81
81
- Transforms: @sjrd , @odersky , @smarter
82
82
- Tailrec: @sjrd , @mbovel
83
83
- JS backend: @sjrd
84
84
- JVM backend: @sjrd , @hamzaremmal
85
- - Java-compat: @smarter , @dwijnand , @ hamzaremmal
86
- - Extension Methods: @odersky , @ dwijnand
85
+ - Java-compat: @smarter , @hamzaremmal
86
+ - Extension Methods: @odersky
87
87
- Safe nulls (experimental): @noti0na1
88
88
- Capture checker (experimental): @odersky , @Linyxus , @bracevac , @noti0na1
89
89
- Modularity (experimental): @KacperFKorban
90
- - Named Tuples (experimental): @odersky , @aherlihy
90
+ - Named Tuples: @odersky , @aherlihy
91
+ - Standard library: @hamzaremmal
91
92
92
93
### Tooling
93
- - REPL:@ dwijnand
94
+ - REPL:
94
95
- Runner/CLI: @Gedochao , (@tgodzik )
95
- - IDE: @tgodzik , ( @ kasiaMarek )
96
+ - IDE: @tgodzik , @ zielinsky
96
97
- Scaladoc: @Florian3k
97
98
- SemanticDB: @natsukagami , (@tanishiking )
98
99
- 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
100
+ - Linting (especially unused warnings) / Reporting UX: @som-snytt , ( @ tgodzik )
101
+ - Presentation Compiler: ( @rochala ) , @tgodzik , @natsukagami , @zielinsky
102
+ - Debug Adapter: @tgodzik
103
+ - Scastie: ( @rochala ), @ warcholjakub
103
104
104
105
### Infrastructure
105
106
- CI: @hamzaremmal , (@WojciechMazur )
106
- - Community Build: @hamzaremmal
107
+ - Community Build: @hamzaremmal , ( @ WojciechMazur )
107
108
- Open Community Build: @WojciechMazur
108
- - Vulpix: @dwijnand , @ prolativ , @ hamzaremmal
109
+ - Vulpix: @hamzaremmal
109
110
- Benchmarks: @mbovel
110
- - Releases: @WojciechMazur , @prolativ
111
+ - Releases: @WojciechMazur (Scala 3 Next) , @tgodzik (Scala 3.3 LTS)
0 commit comments