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 key uniqueness implementation #1081

Merged
merged 1 commit into from
Apr 29, 2020
Merged

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Apr 29, 2020

Bugfix for the iteration's key uniqueness function, was passing the
value in instead of the key derived from the value. Added a test that
fails if keys are not correctly unique, originally we weren't testing
this because IDENTITY returns the value it was passed in all cases
except null.

Bugfix for the iteration's key uniqueness function, was passing the
value in instead of the key derived from the value. Added a test that
fails if keys are not correctly unique, originally we weren't testing
this because IDENTITY returns the value it was passed in all cases
except `null`.
@pzuraq
Copy link
Member Author

pzuraq commented Apr 29, 2020

Original Ember issue: emberjs/ember.js#18864

@rwjblue rwjblue added the bug label Apr 29, 2020
@rwjblue rwjblue changed the title [BUGFIX] Fix key uniqueness implementation Fix key uniqueness implementation Apr 29, 2020
@rwjblue rwjblue merged commit d99294d into master Apr 29, 2020
@rwjblue rwjblue deleted the bugfix/fix-unique-keys-impl branch April 29, 2020 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants