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

[DONT BACKPORT][BUGFIX release] Makes the (hash) helper lazy #19511

Merged
merged 1 commit into from May 12, 2021

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Apr 27, 2021

Makes the hash helper's individual keys lazy so that they do not eagerly
incur costs. See this PR for more details: glimmerjs/glimmer-vm#1298


This PR/fix ended up not working out, so we're not backporting

Makes the hash helper's individual keys lazy so that they do not eagerly
incur costs.
@pzuraq pzuraq force-pushed the bugfix/update-vm-lazy-hash branch from f9d7bf6 to 7d334cf Compare May 11, 2021 21:41
@pzuraq pzuraq merged commit 8c5a1f6 into master May 12, 2021
@pzuraq pzuraq deleted the bugfix/update-vm-lazy-hash branch May 12, 2021 18:04
@pzuraq pzuraq changed the title [BUGFIX] Makes the (hash) helper lazy [BUGFIX beta] Makes the (hash) helper lazy May 12, 2021
pzuraq pushed a commit that referenced this pull request May 12, 2021
Backports the fixes from #19511

The internal `_query` property of LinkTo had to be made into an autotracking
dependency using dependentKeyCompat in order to handle the fact
that hash never updates now. This was not an issue on master since
LinkTo has been refactored there.
@pzuraq pzuraq changed the title [BUGFIX beta] Makes the (hash) helper lazy [BUGFIX release] Makes the (hash) helper lazy May 12, 2021
@pzuraq pzuraq changed the title [BUGFIX release] Makes the (hash) helper lazy [DONT BACKPORT] [BUGFIX release] Makes the (hash) helper lazy Jun 28, 2021
@pzuraq pzuraq changed the title [DONT BACKPORT] [BUGFIX release] Makes the (hash) helper lazy [DONT BACKPORT][BUGFIX release] Makes the (hash) helper lazy Jun 28, 2021
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.

None yet

2 participants