Skip to content

Commit 0595fcf

Browse files
authored
bugfix: Fix links to VirtusLab blog (#1891)
1 parent 8e486e8 commit 0595fcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

blog/_posts/2022-09-05-scala-3.2.0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The 3.2 release stabilises a bunch of APIs that previously could be used only in
141141

142142
## Should I update to Scala 3.2.0?
143143

144-
We thoroughly tested all release candidates for 3.2.0 to detect any source incompatibilities. We run a so-called Open Community Build, a compilation of nearly 1000 real-life projects on each compiler build. You can read how we achieved this ambitious goal in [the recent blog post](https://virtuslab.com/blog/prevent-scala3-compiler-regressions-community-build/) of our teammate. Thanks to the knowledge we have gathered using Open Community Build, we have managed to ensure that over 98% of projects passing compilation with 3.1.3 are still compiling correctly without any changes to the source code.
144+
We thoroughly tested all release candidates for 3.2.0 to detect any source incompatibilities. We run a so-called Open Community Build, a compilation of nearly 1000 real-life projects on each compiler build. You can read how we achieved this ambitious goal in [the recent blog post](https://virtuslab.com/blog/scala/prevent-scala3-compiler-regressions-community-build/) of our teammate. Thanks to the knowledge we have gathered using Open Community Build, we have managed to ensure that over 98% of projects passing compilation with 3.1.3 are still compiling correctly without any changes to the source code.
145145

146146
In most cases, fixing an error that resulted from source-incompatible change does not require many fundamental steps for the project author. Typically, it requires explicitly specifying the type in a place where the code previously relied on type inference. If somehow you encounter source incompatibility that cannot be easily fixed, let us know, and we will try to fix that in upcoming patch releases of the 3.2 compiler.
147147

blog/_posts/2022-12-14-scala-developer-survey-results-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is also great news to see such high adoption (**40%**) of Scala 3. In May 202
2222

2323
Most recently, we have even seen established community-lead projects, such as Lichess, adopt Scala 3. Which after a minor setback, is now smoothly running Scala 3 in production (see their [blog post](https://lichess.org/@/thibault/blog/lichess--scala-3/y1sbYzJX)).
2424

25-
What else? The survey has given us a great overview of the libraries used in the ecosystem, and respondents' confidence in them (read the [**VirtusLab blog post**](https://virtuslab.com/blog/scala-survey-2022) for an analysis of this). Further, we invite you to try [Scaladex](https://index.scala-lang.org/awesome) to discover all the awesome Scala libraries that are available.
25+
What else? The survey has given us a great overview of the libraries used in the ecosystem, and respondents' confidence in them (read the [**VirtusLab blog post**](https://virtuslab.com/blog/scala/scala-survey-2022) for an analysis of this). Further, we invite you to try [Scaladex](https://index.scala-lang.org/awesome) to discover all the awesome Scala libraries that are available.
2626

2727
We are also excited to see that **20.6%** of respondents are looking forward to further development in Scala Native, which we are actively developing - that will also address concerns such as memory usage (**25%** reported) and cloud services support (**9%** reported).
2828

blog/_posts/2023-05-30-scala-3.3.0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The LTS model doesn't change anything in our compatibility guarantees. Projects
1919

2020
LTS might be a great choice for library authors who can now receive constant bug fixes and developer experience improvements without forcing the users of the library to update the compiler version in their project.
2121

22-
You can read more about our compatibility guarantees in [the recent blog post](https://virtuslab.com/blog/the-scala-3-compatibility-story/).
22+
You can read more about our compatibility guarantees in [the recent blog post](https://virtuslab.com/blog/scala/the-scala-3-compatibility-story/).
2323

2424
## What's new in Scala 3.3.0
2525

blog/_posts/2024-03-15-scala-3-roadmap-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: links to VirtusLab blog post
88

99
We call your attention to the following blog post from VirtusLab:
1010

11-
* [Scala 3 Roadmap for 2024](https://virtuslab.com/blog/technology/scala-3-roadmap-for-2024/)
11+
* [Scala 3 Roadmap for 2024](https://virtuslab.com/blog/scala/scala-3-roadmap-for-2024/)
1212

1313
It lays out the Scala 3 team's plans for Scala 3 this year.
1414

0 commit comments

Comments
 (0)