Skip to content
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

chore: Deprecate and remove more Scala versions #4720

Merged
merged 1 commit into from Jan 3, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Dec 9, 2022

This should reduce the cross test times a bit and it's fine to deprecate and remove some older versions.

Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

"2.13.3",
"2.13.4",
"2.13.5",
"2.13.6",
)

def nonDeprecatedScala2Versions = Seq(
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should just come up with some random rule to follow like:

  • Latest 3 versions are non deprecated
  • Then another 2 are deprecated

So we'd then have support for 5 versions each, which to be honest should be enough. Since bumping from like 2.12.10 -> 2.12.whatever shouldn't be hard.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That makes sense the 3 + 2 formula. Should we add it to the release procedure to check these? Or maybe remove after the release?

Copy link
Member

Choose a reason for hiding this comment

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

Yea maybe after the release make sense.

@ckipp01 ckipp01 added tech debt We should have addressed this yesterday merge after release labels Jan 2, 2023
This should reduce the cross test times a bit and it's fine to deprecate and remove some older versions.
@ckipp01
Copy link
Member

ckipp01 commented Jan 3, 2023

Now that the release is out and this is all 🟢 I'll go ahead and merge.

@ckipp01 ckipp01 merged commit a8a99ac into scalameta:main Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge after release tech debt We should have addressed this yesterday
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants