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

[3.x] Evaluated computed property dependencies first. Fixes #5143 #5501

Merged
merged 11 commits into from
Apr 13, 2019

Conversation

kevinpschaaf
Copy link
Member

@kevinpschaaf kevinpschaaf commented Mar 4, 2019

Updated version of #5145, ported to 3.x and put behind orderedComputed flag for testing in the legacy-undefined-noBatch branch.

Provides an alternate implementation of runComputedEffects to run computed effects in topologically-sorted order.

Reference Issue

Fixes #5143

@kevinpschaaf kevinpschaaf changed the title 5143 ordered computed 3.x [3.x] Evaluated computed property dependencies first. Fixes #5143 Mar 4, 2019
lib/mixins/property-effects.js Show resolved Hide resolved
lib/mixins/property-effects.js Outdated Show resolved Hide resolved
lib/mixins/property-effects.js Outdated Show resolved Hide resolved
lib/mixins/property-effects.js Outdated Show resolved Hide resolved
lib/mixins/property-effects.js Outdated Show resolved Hide resolved
lib/mixins/property-effects.js Outdated Show resolved Hide resolved
Co-Authored-By: kevinpschaaf <[email protected]>
@kevinpschaaf kevinpschaaf merged commit 275cd68 into legacy-undefined-noBatch Apr 13, 2019
@kevinpschaaf kevinpschaaf deleted the 5143-ordered-computed-3.x branch April 13, 2019 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants