Navigation Menu

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

use hash for seen in Unique #16566

Merged
merged 1 commit into from Apr 22, 2018
Merged

use hash for seen in Unique #16566

merged 1 commit into from Apr 22, 2018

Conversation

bekzod
Copy link
Contributor

@bekzod bekzod commented Apr 22, 2018

No description provided.

@@ -452,7 +449,7 @@ function KeyPath(keyPath: string): KeyFor {
}

function Unique(func: KeyFor): KeyFor {
let seen = new Set();
Copy link
Contributor Author

@bekzod bekzod Apr 22, 2018

Choose a reason for hiding this comment

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

seen was treated as empty object

@rwjblue rwjblue merged commit c86a823 into emberjs:master Apr 22, 2018
@rwjblue
Copy link
Member

rwjblue commented Apr 22, 2018

Thank you!

@bekzod bekzod deleted the fix-unique branch April 22, 2018 12:00
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

2 participants