-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Conversation
e1c7604
to
45b542c
Compare
Looks like I missed some tests. Update forthcoming. |
cc4b6c5
to
d8444bc
Compare
21484f5
to
c0cc03d
Compare
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', |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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.
c0cc03d
to
bc8903f
Compare
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