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

fix: de-cycle ember-concurrency access of promise #8435

Merged
merged 2 commits into from
Feb 27, 2023
Merged

Conversation

runspired
Copy link
Contributor

fix #8312

@runspired runspired added 🎯 release PR should be backported to release 🎯 canary PR is targeting canary (default) 🎯 lts The PR should be backported to the most recent LTS 🏷️ bug This PR primarily fixes a reported issue labels Feb 27, 2023
@runspired runspired merged commit d6ec6cb into master Feb 27, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix-ec-cycles branch February 27, 2023 07:36
runspired added a commit that referenced this pull request Feb 27, 2023
* fix: de-cycle ember-concurrency access of promise

* decycle another
runspired added a commit that referenced this pull request Feb 27, 2023
* fix: de-cycle ember-concurrency access of promise

* decycle another
runspired added a commit that referenced this pull request Feb 27, 2023
- perf: fix: eliminate SSR/Test memory leak (#8436)
- fix: de-cycle ember-concurrency access of promise (#8435)
runspired added a commit that referenced this pull request Feb 27, 2023
- perf: fix: eliminate SSR/Test memory leak (#8436)
- fix: de-cycle ember-concurrency access of promise (#8435)
sergiofenoll added a commit to kanselarij-vlaanderen/frontend-kaleidos that referenced this pull request Jul 11, 2023
It's good that we match the minor of Ember we're using elsewhere, but we
also specifically need it to resolve a deprecation, which was fixed in
this PR: emberjs/data#8435

TL;DR: accessing promise proxies, which are returned by ED in stuff like
store.query and such is deprecated, as they will soon become regular
promises. Ember concurrency was accessing these proxies in some way, but
this was triggering the deprecation.
See: machty/ember-concurrency#463
fivetanley added a commit to fivetanley/data that referenced this pull request Oct 16, 2023
fivetanley added a commit to fivetanley/data that referenced this pull request Oct 16, 2023
runspired pushed a commit that referenced this pull request Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🎯 lts The PR should be backported to the most recent LTS 🎯 release PR should be backported to release 🏷️ bug This PR primarily fixes a reported issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PromiseProxy deprecation can trigger infinite recursion in ember-concurrency
1 participant