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

[DEPRECATE] Deprecate Ember.Binding #13424

Merged
merged 1 commit into from
May 3, 2016

Conversation

pittst3r
Copy link
Contributor

Addresses issue #13243.

This is ready for review but not merge. Still to be done is the deprecation guide update. Once I finish that I will update the links in this PR and squash.

cc @mmun

@pittst3r
Copy link
Contributor Author

Looks like I missed some tests. Update forthcoming.

@pittst3r pittst3r force-pushed the deprecate-ember-binding branch 2 times, most recently from cc4b6c5 to d8444bc Compare April 28, 2016 18:48
@pittst3r pittst3r changed the title [WIP] [DEPRECATE] Deprecate Ember.Binding [DEPRECATE] Deprecate Ember.Binding Apr 29, 2016
@pittst3r
Copy link
Contributor Author

Links to guide added and commits squashed. PR for deprecation guide referenced above. 😀

@@ -250,11 +250,17 @@ moduleFor('Helpers test: {{unbound}}', class extends RenderingTest {
return a.join('');
});

this.render(`{{unbound (repeat foo count=bar)}} {{repeat foo count=bar}} {{unbound (repeat foo count=2)}} {{repeat foo count=4}}`, {
foo: 'X',
numRepeatsBinding: 'bar',
Copy link
Member

Choose a reason for hiding this comment

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

Is this even used in this test? I don't see any usage of numRepeats?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good find, doesn't look like it. Also doesn't appear to me to be relevant to the test. Tests remain green after removal of that and the deprecation expectation.

I will amend my commit with these changes.

@mmun mmun merged commit 3cfc961 into emberjs:master May 3, 2016
@pittst3r pittst3r deleted the deprecate-ember-binding branch May 3, 2016 18:32
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.

4 participants