-
-
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
I must have broken stuff, anyways restoring... #11690
Conversation
* Ember.immediateObserver was already deprecated, but it's prototype extension counterpart wasn't. It's not used internally at all. * Improve beforeObserver deprecations. * I had to improve `Ember.deprecateFunc` to accept an options object (originally by @cibernox, but I screwed up master, so in-case i messed something up I’ll take the git-blame
someProperty
Re: #11677 (comment) restored by @stefanpenner
fixing test shortly |
errors all appear intermittent npm / npm-registry related, rerunning affected tests. |
I have concerns that this push won't actually return master to a fast-fowardable form for anyone with PRs/branches/etc prior to the force push that messed things up, but that said, I do not fully appreciate how difficult/possible it is to correct history in such a way. |
As discussed in chat, commits/prs/clones prior to the incident are unaffected. The only window is clones / rebases in the last 18 hours. @cibernox and interim commit isn't available, no-one appears to have it local, and the branch on GH appears to be gone. So I had to reconstruct it myself, without this commit its impractical |
OK, seems fine to push/merge. |
I must have broken stuff, anyways restoring...
I must have forced push something :( going for PR and travis and branch to see what i stomped on.