-
Notifications
You must be signed in to change notification settings - Fork 286
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
Don't rely on Ember.EmberInspectorDebugger #1760
Conversation
Thanks @sandstrom! You're right, I am not sure Ember.EmberInspectorDebugger is used anywhere. I think the idea was it would be stored on Ember rather than the window, but I am not sure why we were doing both. It seems like that code was from many years ago, so I think changing it is fine. |
@rwwagner90 can you trigger re-run of actions? https://github.com/emberjs/ember-inspector/runs/3975937135?check_suite_focus=true seems like it's unrelated to this code, no? tests are only failing on beta |
@sandstrom I'm seeing the same issues in #1759 Seems like something broke with ember test helpers in general |
@sandstrom I think that issue has been fixed now. Can you please rebase with master? |
@rwwagner90 Alright, new attempt 😄 |
@rwwagner90 Do you know anyone with write-access who can merge this? |
@sandstrom I have write access, I'm trying to get feedback from @chancancode on if there are any drawbacks to this change. |
Seems fine to me |
Closes #1758
No idea if this is the best way of solving it.
But since we're moving away from the
Ember
global a change such as this seemed reasonable, and respects the existing code (this change is minimal), sincewindow.EmberInspector
already existed.Deleted
Ember.EmberInspectorDebugger
altogether, since it's not used elsewhere and I cannot find any code in Github (across all projects) that rely on it.https://github.com/search?q=EmberInspectorDebugger&type=code