Skip to content

Update base version to 3.3.1-RC1 #16768

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 1 commit into from
Jan 26, 2023

Conversation

Kordyjan
Copy link
Contributor

Also fix incorrect tasty version

Also fix incorrect tasty version
@@ -289,7 +289,7 @@ object TastyFormat {
* compatibility, but remains backwards compatible, with all
* preceeding `MinorVersion`.
*/
final val MinorVersion: Int = 2
final val MinorVersion: Int = 4
Copy link
Contributor Author

@Kordyjan Kordyjan Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

During the merge of language-reference-stable, git somehow decided there was no conflict here.
We need to make it impossible for ports from the documentation to change anything except the documentation itself and the scaladoc. I'll try to achieve that later this week.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been minor version 3.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acctualy, I was wrong, this was only used to release 3.4.0-RC1. Therefore the version is correct.

val Interfaces: Seq[ProblemFilter] = Seq(
ProblemFilters.exclude[MissingClassProblem]("dotty.tools.dotc.interfaces.DiagnosticRelatedInformation"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("dotty.tools.dotc.interfaces.Diagnostic.diagnosticRelatedInformation")
ProblemFilters.exclude[ReversedMissingMethodProblem]("dotty.tools.dotc.interfaces.Diagnostic.diagnosticRelatedInformation"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect these exclusions would disappear after the release of 3.3 - not that we would need more for previously added parts of the API

@Kordyjan Kordyjan enabled auto-merge January 26, 2023 10:22
@Kordyjan Kordyjan merged commit 3d38e27 into scala:main Jan 26, 2023
@Kordyjan Kordyjan deleted the base-version-3.3.1-RC1 branch January 26, 2023 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants