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 issue with some std::unordered_map implementations #3095

Merged
merged 1 commit into from
May 4, 2020

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented May 3, 2020

Needs sass/sass-spec#1529 to pass CI.

We currently don't adhere to the restriction that if two
items are equal to each other, their hashes must be the
same too. This comes from the issue that unitless numbers
compare equal to the same number even if they have units.

Fixes #3094

@mgreter mgreter self-assigned this May 3, 2020
We currently don't adhere to the restriction that if two
items are equal to each other, their hashes must be the
same too. This comes from the issue that unitless numbers
compare equal to the same number even if they have units.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with certain std::unorder_map implementations
1 participant