Skip to content

Commit 283ae9a

Browse files
committed
Apply suggestions from code review
1 parent 5d80e30 commit 283ae9a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

records/2023-Q1-roadmap.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: contact
33
---
44

5-
This page lists the projects that the Scala Center will work on during
5+
This page lists the projects that the Scala Center are working on during
66
the current quarter. We also post regular updates about our projects on the
77
[Scala Contributors forum](https://contributors.scala-lang.org/c/scala-center/25).
88

@@ -13,17 +13,17 @@ To have more information about our _completed_ projects, please see the
1313
{: .no_toc}
1414

1515
The following sections present our plan for the current quarter. Every
16-
project description is followed by the concrete results we will deliver, and
16+
project description is followed by the concrete results we will deliver and
1717
their expected outcome on the Scala community.
1818

1919
* Table of Contents
20-
{:toc}
20+
{:toc}
2121

2222
### Make Scala tooling seamless for newcomers, and provide robust foundations for the Scala ecosystem
2323

2424
#### Polish sbt and Coursier
2525

26-
Most of the Scala projects are built with sbt, which uses Coursier under the hood.
26+
Most Scala projects are built with sbt, which uses Coursier under the hood.
2727
The Coursier CLI is also the recommended way to get started in Scala. We want to make sure these tools
2828
work well for everyone. In collaboration with the current maintainers Eugene Yokota and Alexandre Archambault, we will
2929
address the most important issues that are currently opened. Read our roadmap for Coursier [here](https://contributors.scala-lang.org/t/bugfixes-and-seamless-installation-process-for-coursier/6052).
@@ -54,7 +54,7 @@ release cycle and support a wider range of Scala 3 versions (including experimen
5454

5555
#### Reduce the Number of Ways to Import Scala Projects in IDEs
5656

57-
Currently, when starting new projects in Metals the build server that is used by default is Bloop. Part of this is for historical reasons, but part of it is also due to the speed of Bloop and the integrations that exist for it. Bloop has been incredibly important in the Build Server arena. However, there is also BSP implementation in sbt and in Mill and even when a `.bsp/<build-tool>.json` entry exists, Metals will still force Bloop on the user unless they manually switch. This can cause confusion and also may add extra steps into choosing a build server that shouldn't be needed.
57+
Currently, when starting new projects in Metals the build server that is used by default is Bloop. Part of this is for historical reasons, but part of it is also due to the speed of Bloop and the integrations that exist for it. Bloop has been incredibly important in the Build Server arena. However, there are also BSP implementations in sbt and in Mill and even when a `.bsp/<build-tool>.json` entry exists, Metals will still force Bloop on the user unless they manually switch. This can cause confusion and also may add extra steps into choosing a build server that shouldn't be needed.
5858

5959
This problem also exists in a different way in IntelliJ when you open for example an sbt project that has an existing `.bsp/sbt.json` file you'll be prompted to import the project either as a BSP project or an sbt project. Arguably, newcomers have no idea what BSP is, and they shouldn't have to.
6060

@@ -77,10 +77,10 @@ website.
7777

7878
The next main tasks are:
7979

80-
- make the content more use-case-oriented rather than features-oriented,
81-
- reorganize the structure to make it more intuitive according to the reader’s background,
80+
- make the content more use-case-oriented rather than features-oriented
81+
- reorganize the structure to make it more intuitive according to the reader’s background
8282
- create new tutorials to document better how to contribute to the Scala open-source
83-
ecosystem.
83+
ecosystem
8484

8585
#### Scala.js
8686

records/2023-Q2-roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: contact
33
---
44

5-
This page lists the projects that the Scala Center will work on during
5+
This page lists the projects that the Scala Center are working on during
66
the current quarter. We also post regular updates about our projects on the
77
[Scala Contributors forum](https://contributors.scala-lang.org/c/scala-center/25).
88

@@ -13,7 +13,7 @@ To have more information about our _completed_ projects, please see the
1313
{: .no_toc}
1414

1515
The following sections present our plan for the current quarter. Every
16-
project description is followed by the concrete results we will deliver, and
16+
project description is followed by the concrete results we will deliver and
1717
their expected outcome on the Scala community.
1818

1919
* Table of Contents

0 commit comments

Comments
 (0)