-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ember 2.2.0 Deprecation Checklist #3
Comments
So I was looking into trying to write a rule for this. But I'm not completely sure how to do it. It would be easy to write a rule for the following:
The challenge I think would be:
It's possible there is some way to do this that I don't know about. But it definitely seems like a runtime concern. You couldn't always determine what I'd be happy to attempt the former. It seems like it may cover most usage. Also I could attempt the later with some direction. |
@workmanw The approach I've been taking in these cases is to try and optimize for the common real-world cases. The integration suite will run the changes against some large-ish open source Ember projects (Discourse, etc.) which I've taken as a proxy for "scenarios that people actually run into". |
+1 That seems practical to me. I also ran it against our app too. I'll take a swing at the "happy path" use case tomorrow. Cheers!
|
The text was updated successfully, but these errors were encountered: