Skip to content

Commit e2b38f9

Browse files
Update MAINTENANCE.md (#18817)
2 parents 1e95432 + 7a4bc55 commit e2b38f9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

MAINTENANCE.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,25 @@ At the end of their supervision period, the supervisor reports to the team durin
6666
The following is the list of all the principal areas of the compiler and the core team members who are responsible for their maintenance:
6767

6868
### Compiler
69-
- Parser: @odersky
70-
- Typer: @odersky, @smarter, (@dwijnand)
69+
- Parser: @odersky, @hamzaremmal
70+
- Typer: @odersky, @smarter, (@dwijnand), @noti0nal
7171
- Erasure: @smarter, @odersky
7272
- Enums: @bishabosha
73-
- Derivation & Mirrors: @bishabosha, (@dwijnand)
73+
- Derivation & Mirrors: @bishabosha, (@dwijnand), @EugeneFlesselle
7474
- Export: @bishabosha, @odersky
7575
- Pattern Matching: @dwijnand, (@liufengyun), @sjrd
76-
- Inline: @nicolasstucki, @odersky
77-
- Metaprogramming (Quotes, Reflect, Staging): @nicolasstucki, @jchyb
78-
- Match types: @sjrd, @dwijnand, @Decel
76+
- Inline: @nicolasstucki, @odersky, @hamzaremmal
77+
- Metaprogramming (Quotes, Reflect, Staging): @nicolasstucki, @jchyb, @hamzaremmal
78+
- Match types: @sjrd, @dwijnand, @Decel, @Linyxus
7979
- GADT: @dwijnand, @Linyxus
8080
- Initialization checker: @olhotak, @liufengyun
8181
- Safe nulls: @noti0na1, @olhotak
82-
- Lazy vals: @szymon-rd, @sjrd
82+
- Transforms: @szymon-rd, @sjrd, @odersky, @smarter
8383
- tailrec: @sjrd, @mbovel
8484
- JS backend: @sjrd
8585
- JVM backend: @sjrd
86-
- Java-compat: @smarter
86+
- Java-compat: @smarter, @dwijnand
87+
- Capture checker: @odersky, @Linyxus
8788

8889
### Tooling
8990
- REPL: @dwijnand, @prolativ

0 commit comments

Comments
 (0)