Skip to content

Commit d429030

Browse files
committed
Update maintainers' list
Fix val parameter override problem v0.2.1 -- fix potential IDB API issue dep: update a whole bunch of things (#71) This pr updates the following: - various dependencies to the latest - adds in dependabot - updates java and checkout actions - updates ammonite scripts and uses new ammonite in CI - updates mill to the latest 0.10.5 - bumps scalajs to 1.x - corrects repo location in pomSettings Merge pull request #4238 from armanbilge/issue/4229 Build docs on 2.13 Merge pull request #350 from typelevel/update/sbt-typelevel-0.4.13 Update sbt-typelevel to 0.4.13 Merge pull request #187 from typelevel/update/sbt-typelevel-0.4.13 Update sbt-typelevel to 0.4.13 Merge pull request #318 from scala-steward/update/sbt-typelevel-0.4.3 Update sbt-typelevel, sbt-typelevel-site to 0.4.3 fix http4s output encoding to UTF-8 (#900) support scala 3.0.0 Migrate to sbt slash syntax Merge pull request #2951 from pchlupacek/patch-1 Update adopters.md Adapt to new restrictions in fewerBraces wip: cleanups Reduce program size in one of the tests to decrease the chance of stack overflow. v4.6.0 Update scalafmt-core to 3.4.0 Remove import suggestions from assertions Clarify the unit of proc().call() 'timeout' parameter (#107) Pull request: com-lihaoyi/os-lib#107 Setting version to 2.4.1-SNAPSHOT Update auxlib, javalib, junit-plugin, ... to 0.4.3 Update serialization base64 for new lazy vals Merge pull request #616 from SethTisue/enable-scala-3-publishing Disable ExpectationsSpecs message tests Fix test for change in union type inference empty Merge pull request #380 from scala-steward/update/sbt-typelevel-0.4.3 Update sbt-typelevel to 0.4.3 Update scalafmt-core to 3.7.12 (#163) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> test: use the same line numbers in the location spec regardless of the scala compiler version Disable buggy test See #16390 New reference compiler is Scala 2.13.12 deps: update a bunch of things (#395) * deps: update a bunch of things This updates the following: - make sure Mill is on the latest 0.10.5 - drops support for scalajs 0.x - bumps to the latest scala patch versions - bumps to the latest scalaJS and scala native - bumps to 0.8.0 of utest - adds in dependabot - adds in cross testing jdk for 8 and 17 - bumps version of checkout and java actions * refactor: restructure build to actually build * fix: make mima happy by updating Merge pull request #264 from scala-steward/update/test-interface-0.4.7 Update test-interface to 0.4.7 Merge pull request #183 from scala-steward/update/auxlib-0.4.3 Update auxlib, javalib, nativelib, nscplugin, ... to 0.4.3 Revert "Fix tests to work with changes after #15569" This reverts commit 912b4f887912792202aa76e93fd19e63bd62f3bc.
1 parent 620b08b commit d429030

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

MAINTENANCE.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,44 +67,45 @@ The following is the list of all the principal areas of the compiler and the int
6767

6868
### Compiler
6969
- Parser: @odersky, @hamzaremmal, @KacperFKorban
70-
- Typer: @odersky, @smarter, (@dwijnand), @noti0nal, @EugeneFlesselle, @KacperFKorban, @bracevac
70+
- Typer: @odersky, @smarter, @noti0nal, @EugeneFlesselle, @KacperFKorban, @bracevac
7171
- Erasure: @smarter, @odersky
7272
- Enums:
73-
- Derivation & Mirrors: (@dwijnand), @EugeneFlesselle
73+
- Derivation & Mirrors: @EugeneFlesselle
7474
- Export: @odersky
75-
- Pattern Matching: @dwijnand, @sjrd, @noti0na1
75+
- Pattern Matching: @sjrd, @noti0na1, (@hamzaremmal), (@zielinsky)
7676
- Inline: @odersky, @jchyb, @hamzaremmal, @EugeneFlesselle
7777
- 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, @EugeneFlesselle
79+
- GADT: @Linyxus
80+
- Initialization checker: @liufengyun, @olhotak, @EnzeXing
8181
- Transforms: @sjrd, @odersky, @smarter
8282
- Tailrec: @sjrd, @mbovel
8383
- JS backend: @sjrd
8484
- JVM backend: @sjrd, @hamzaremmal
85-
- Java-compat: @smarter, @dwijnand, @hamzaremmal
86-
- Extension Methods: @odersky, @dwijnand
85+
- Java-compat: @smarter, @hamzaremmal
86+
- Extension Methods: @odersky
8787
- Safe nulls (experimental): @noti0na1
8888
- Capture checker (experimental): @odersky, @Linyxus, @bracevac, @noti0na1
8989
- Modularity (experimental): @KacperFKorban
90-
- Named Tuples (experimental): @odersky, @aherlihy
90+
- Named Tuples: @odersky, @aherlihy
91+
- Standard library: @hamzaremmal
9192

9293
### Tooling
93-
- REPL: @dwijnand
94+
- REPL:
9495
- Runner/CLI: @Gedochao, (@tgodzik)
95-
- IDE: @tgodzik, (@kasiaMarek)
96+
- IDE: @tgodzik, @zielinsky
9697
- Scaladoc: @Florian3k
9798
- SemanticDB: @natsukagami, (@tanishiking)
9899
- 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
103104

104105
### Infrastructure
105106
- CI: @hamzaremmal, (@WojciechMazur)
106-
- Community Build: @hamzaremmal
107+
- Community Build: @hamzaremmal, (@WojciechMazur)
107108
- Open Community Build: @WojciechMazur
108-
- Vulpix: @dwijnand, @prolativ, @hamzaremmal
109+
- Vulpix: @hamzaremmal
109110
- Benchmarks: @mbovel
110-
- Releases: @WojciechMazur, @prolativ
111+
- Releases: @WojciechMazur (Scala 3 Next), @tgodzik (Scala 3.3 LTS)

0 commit comments

Comments
 (0)