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

Fix old Dotty plugin compat #7550

Merged
merged 1 commit into from May 5, 2024
Merged

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented May 5, 2024

Problem
scala/scala3#20157 identified that sbt-dotty/dotty-knowledge.i17 scripted test fails on sbt 1.10.0-RC2. The regression happened in https://github.com/sbt/sbt/pull/7480/files#diff-6d9589bfb3f1247d2eace99bab7e928590337680d1aebd087d9da286586fba77L739-L740 where global setting was removed, and moved to project level.

Solution
This restores the global setting that is apparently referenced by now defunct Dotty plugin.

**Problem**
scala/scala3#20157 identified that
`sbt-dotty/dotty-knowledge.i17` scripted test fails on sbt 1.10.0-RC2.
The regression happened in https://github.com/sbt/sbt/pull/7480/files#diff-6d9589bfb3f1247d2eace99bab7e928590337680d1aebd087d9da286586fba77L739-L740
where global setting was removed, and moved to project level.

**Solution**
This restores the global setting that is apparently referenced by
now defunct Dotty plugin.
@eed3si9n eed3si9n merged commit 542f11b into sbt:1.10.x May 5, 2024
10 checks passed
@eed3si9n eed3si9n deleted the wip/dotty_plugin branch May 5, 2024 06:31
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.

None yet

1 participant