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

improvement: Also allow nonboostrapped to fall back to the last nightly #4938

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Feb 2, 2023

Nightly with the same RC version will have the same tasty version, so it will be able to work correctly.

Unfortunately, it seems currently Bloop doesn't compile the nonbootstrapped, since it's missing bridges. We might need to use PRs from Alex.

Nightly with the same RC version will have the same tasty version, so it will be able to work correctly.
@tgodzik
Copy link
Contributor Author

tgodzik commented Feb 2, 2023

Just tested it out and it seems to work well.

@tgodzik
Copy link
Contributor Author

tgodzik commented Feb 3, 2023

I will go ahead and merge this so that the compiler team can check it out.

@tgodzik tgodzik merged commit 59a1b93 into scalameta:main Feb 3, 2023
@tgodzik tgodzik deleted the support-scaladoc branch February 3, 2023 09:03
if original.isEmpty && scalaVersion.contains("NIGHTLY") =>
if original.isEmpty &&
scalaVersion.contains("NIGHTLY") ||
scalaVersion.contains("nonbootstrapped") =>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hopefully no one minds since it's a super small change and impacts miniscule amount of people.

tgodzik added a commit to scala/scala3 that referenced this pull request Feb 8, 2023
…#16816)

This would require just setting `bspEnabled := true`, but not for
sjsJUnitTests which seem to cause inifinite loop of compilations.

I also need to work a bit on Bloop to also make it work.

This still needs scalameta/metals#4938
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.

1 participant