8000 [1.9.x] Make loading order alphabetical for plugins by eed3si9n · Pull Request #7412 · sbt/sbt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[1.9.x] Make loading order alphabetical for plugins #7412

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
Oct 22, 2023

Conversation

eed3si9n
Copy link
Member

Problem
Plugins are topologically sorted, but plugins with equal weigh could modify the same key via ~= etc, resulting in different builds depending on the artifact.

Solution
This attempts to fix that by first sorting the selected plugins by the class name before sorting it topologically.

**Problem**
Plugins are topologically sorted, but plugins with equal weigh could
modify the same key via `~=` etc, resulting in different builds
depending on the artifact.

**Solution**
This attempts to fix that by first sorting the selected plugins
by the class name before sorting it topologically.
@eed3si9n eed3si9n merged commit 4d7dc12 into sbt:1.9.x Oct 22, 2023
@eed3si9n eed3si9n deleted the bport/7404 branch October 22, 2023 07:39
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
0