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] add warnings to deprecated Enumerable methods #11774

Merged
merged 1 commit into from
Jul 16, 2015

Conversation

machty
Copy link
Contributor

@machty machty commented Jul 16, 2015

#11700 removes findProperty in Ember 2.0, but there are no deprecation warnings on soon-to-be-removed Enumerable methods in 1.x.

NOTE: the previous alias tests checked for equality of the aliased methods, which is impossible if we're adding deprecations to the aliases, hence I've just commented them out. Doesn't seem like it's worth the time to replace every last one of them with test cases that they're both 1) deprecated and 2) properly aliased given how simple the logic is, but someone let me know if I'm crazy/lazy.

@rwjblue
Copy link
Member

rwjblue commented Jul 16, 2015

👍

1 similar comment
@stefanpenner
Copy link
Member

👍

 emberjs#11700 removes findProperty in Ember 2.0, but
there are no deprecation warnings on
soon-to-be-removed Enumerable methods.
@machty machty force-pushed the stable-enumerable-deprecations branch from d2a36f9 to 909441d Compare July 16, 2015 17:36
machty added a commit that referenced this pull request Jul 16, 2015
[BUGFIX release] add warnings to deprecated Enumerable methods
@machty machty merged commit cc99723 into emberjs:stable Jul 16, 2015
@machty machty deleted the stable-enumerable-deprecations branch July 16, 2015 18:10
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