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

Make hashing childrenOfSealedClass stable #788

Merged
merged 1 commit into from
May 28, 2020

Conversation

dwijnand
Copy link
Member

The order of childrenOfSealedClass isn't stable, so use hashSymmetric
over hashArray to avoid over-compilation (due to false hash changes).

@dwijnand dwijnand mentioned this pull request May 26, 2020
16 tasks
@dwijnand dwijnand added this to the 1.4.0 milestone May 26, 2020
The order of childrenOfSealedClass isn't stable, so use hashSymmetric
over hashArray to avoid over-compilation (due to false hash changes).
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

LGTM

@eed3si9n eed3si9n merged commit 6a847d4 into sbt:develop May 28, 2020
@dwijnand dwijnand deleted the ordered-sealed-subclasses branch May 29, 2020 06:48
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.

2 participants