Skip to content

Commit

Permalink
chore: Fix typos and minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 16, 2024
1 parent 3513cd0 commit d725a1b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
17 changes: 5 additions & 12 deletions _data/scala-compiler-team.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
# - name: Core Team
# - name: John Doe
# description: Knows everything
# image: /resources/img/frontpage/scala-spiral.png
# city: Lausanne, Switzerland
# email: [email protected]
# twitter: scala_lang
# github: scala
# linkedin: https://www.linkedin.com/in/janedoe/
# mastodon: https://fosstodon.org/@janedoe
# meetup: https://www.meetup.com/your/url/here

- name: Martin Odersky
description: Language Creator
github: odersky

- name: Piotr Chabelski
description: Product Manager
description: Product Manager, Specialised Engineer (Scala CLI)
github: Gedochao

- name: Tomasz Godzik
description: VirtusLab Compiler Team Leader
description: VirtusLab Compiler Team Leader, Specialised Engineer (IDE)
github: tgodzik

- name: Oliver Bračevac
description: LAMP Compiler Team Leader, Specialised Engineer (CC)
description: LAMP Compiler Team Leader, Specialised Engineer (Capture Checking)
github: bracevac

- name: Dale Wijnand
Expand All @@ -38,7 +31,7 @@
github: EugeneFlesselle

- name: Hamza Remmal
description: Infrastructure Manager
description: Infrastructure Maintainer
github: hamzaremmal

- name: Yichen Xu
Expand Down
3 changes: 1 addition & 2 deletions _data/scala-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
# github: scala
# linkedin: https://www.linkedin.com/in/janedoe/
# mastodon: https://fosstodon.org/@janedoe
# meetup: https://www.meetup.com/your/url/here

- name: Martin Odersky
description: Language Creator
image: /scala-core/martin.png
city: Lausanne, Switzerland
github: odersky
twitter: odersky
linkedin: https://www.linkedin.com/in/sethtisue/
linkedin: https://www.linkedin.com/in/odersky/

- name: Oliver Bračevac
description: LAMP Representative
Expand Down
2 changes: 1 addition & 1 deletion development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ maintenance practices apply in the same way to Scala Next and LTS.
## Schedule, Iterations and Roadmap

Scala 3 is developed in iterations, according to a roadmap as designed by its
Product Manager and governed by the Scala Core Team \[governance link\]. Each
Product Manager and governed by the [Scala Core Team](/scala-core). Each
iteration is tied to a given Scala Next release.

The Scala Compiler Team aims for a set schedule. However, we work on a
Expand Down
16 changes: 12 additions & 4 deletions governance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ at [EPFL](https://epfl.ch).

The Scala language and associated websites are cooperative projects of the
[Scala Center](https://scala.epfl.ch) at [EPFL](https://epfl.ch), the Scala 3
team in Martin's research group, LAMP (also at EPFL), the Scala teams at
[Lightbend](https://www.lightbend.com) and [VirtusLab](https://virtuslab.com),
and the Scala community more broadly, with participation from many companies,
organizations, and individuals.
team in Martin's research group, [LAMP](https://lamp.epfl.ch) (also at EPFL),
the Scala teams at [Lightbend](https://www.lightbend.com) and
[VirtusLab](https://virtuslab.com), and the Scala community more broadly, with
participation from many companies, organizations, and individuals.

Scala 2 maintenance is primarily handled by the Lightbend team. They also
participate in Scala 3 development.
Expand All @@ -25,3 +25,11 @@ VirtusLab focuses on infrastructure and tooling for Scala 3.
The Scala Center focuses on coordinating governance, education (especially
online courses), documentation, open source community outreach, and tooling.
Community participation in all of these efforts is strongly encouraged.

The main decision body is the [Scala Core team](/scala-core/) which meets weekly
to discuss issues within the language and its' ecosystem.

Scala 3 development is done by the compiler team currently listed at
[Scala Compiler Team](/maintainers/) page and Scala 2 maintainers list is
located in [the github README](https://github.com/scala/scala#get-in-touch) of
the scala/scala repository.

0 comments on commit d725a1b

Please sign in to comment.