-
Notifications
You must be signed in to change notification settings - Fork 326
Add Scala 3.2.1 #1433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add Scala 3.2.1 #1433
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Scala 3.2.0 | ||
start: 4 November 2022 | ||
layout: downloadpage | ||
release_version: 3.2.1 | ||
release_date: "November 4, 2022" | ||
permalink: /download/3.2.1.html | ||
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a> | ||
api_docs: https://www.scala-lang.org/api/3.2.1/ | ||
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
layout: blog-detail | ||
post-type: blog | ||
by: Paweł Marks, VirtusLab | ||
title: Scala 3.2.1 released! | ||
--- | ||
|
||
[Scala 3.2.1](https://github.com/lampepfl/dotty/releases/tag/3.2.1) is now available! | ||
|
||
This version is a bug-fixing release focusing mainly but not exclusively on solving rare issues with code not compiling after migration to 3.2.0. This release also brings two notable enhancements: | ||
Kordyjan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- You can use published versions of the compiler to experiment with [capture checking](https://docs.scala-lang.org/scala3/reference/experimental/cc.html). You are no longer required to build the compiler from the sources from the experimental branch. Note that the capture-checking feature is still in an early experimental stage and needs lots of work and time before it becomes stable. | ||
Kordyjan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- It includes the first batch of frontend changes to generated Scaladoc. You can see the overall direction of changes and some future improvements by visiting the documentation site for [the standard library](https://www.scala-lang.org/api/3.2.1/). | ||
|
||
## Contributors | ||
|
||
Thank you to all the contributors who made the release of 3.2.1 possible 🎉 | ||
|
||
According to `git shortlog -sn --no-merges 3.2.0..3.2.1`, they are: | ||
|
||
``` | ||
215 Martin Odersky | ||
94 Filip Łukasik | ||
69 Fengyun Liu | ||
57 Filip Zybała | ||
31 Dale Wijnand | ||
16 Paweł Marks | ||
14 Sébastien Doeraene | ||
10 Guillaume Raffin | ||
9 rochala | ||
8 Chris Kipp | ||
8 Som Snytt | ||
7 Jędrzej Rochala | ||
7 Nicolas Stucki | ||
7 Yichen Xu | ||
6 Jamie Thompson | ||
6 Tom Grigg | ||
5 Kacper Korban | ||
5 noti0na1 | ||
2 Arman Bilge | ||
2 Matt Bovel | ||
2 Ondrej Lhotak | ||
2 Quentin Bernet | ||
2 Seth Tisue | ||
2 Tomasz Godzik | ||
1 Adrien Piquerez | ||
1 Florian3k | ||
1 Gagandeep Kalra | ||
1 Jentsch | ||
1 Kieren Davies | ||
1 Michał Pałka | ||
1 Naveen | ||
1 Oron Port | ||
1 Rubin Simons | ||
1 Wojciech Mazur | ||
1 esteban marin | ||
1 naveen | ||
``` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.