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

[BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207. #12208

Merged
merged 1 commit into from
Aug 26, 2015
Merged

[BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207. #12208

merged 1 commit into from
Aug 26, 2015

Conversation

workmanw
Copy link

Returning an empty array when the source array for an Ember.computed.sort is null. This provides durability and is consistent with Ember 1.13 behavior.

@workmanw
Copy link
Author

Fixes #12207.

@mixonic
Copy link
Member

mixonic commented Aug 26, 2015

@workmanw seems worthy of being prefixed with [BUGFIX release] in the PR title and commit message.

@rwjblue
Copy link
Member

rwjblue commented Aug 26, 2015

seems worthy of being prefixed with [BUGFIX release] in the PR title and commit message.

👍 - Agreed!


Looks good, thanks!

@workmanw workmanw changed the title Fixing #12207. Ember.computed.sort was crashing when it hit a null value. BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207. Aug 26, 2015
@workmanw workmanw changed the title BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207. [BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207. Aug 26, 2015
@workmanw
Copy link
Author

@mixonic @rwjblue Done. Looks like the build needs a kick.

mixonic added a commit that referenced this pull request Aug 26, 2015
[BUGFIX release] Ember.computed.sort was crashing when it hit a null value. Fixes #12207.
@mixonic mixonic merged commit a09587b into emberjs:master Aug 26, 2015
@mixonic
Copy link
Member

mixonic commented Aug 26, 2015

Thanks sir.

@workmanw
Copy link
Author

Happy to help :)

@workmanw workmanw deleted the computed-sort-fix branch October 8, 2015 01:03
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.

3 participants