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

Remove usage of RSVP. #9041

Merged
merged 1 commit into from
Feb 14, 2020
Merged

Remove usage of RSVP. #9041

merged 1 commit into from
Feb 14, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 13, 2020

  • Rewrite all usages of RSVP to use native promise
  • Use promise.hash.helper as a RSVP.hash replacement
  • Remove promise.prototype.finally (in favor of native promise .finally)

Closes #8567

Copy link
Contributor

@stefanpenner stefanpenner left a comment

Choose a reason for hiding this comment

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

100% onboard with this, glad to see language promises be available to us.

lib/utilities/hash.js Outdated Show resolved Hide resolved
lib/utilities/hash.js Outdated Show resolved Hide resolved
@stefanpenner
Copy link
Contributor

* Rewrite all usages of RSVP to use native promise
* Use
  [promise.hash.helper](https://github.com/stefanpenner/promise.hash.helper)
  as a `RSVP.hash` replacement
* Remove `promise.prototype.finally` (in favor of native promise
  `.finally`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants