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

[REFACTOR] Converts VM to use tracking internally #19093

Merged
merged 1 commit into from
Aug 19, 2020

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Aug 14, 2020

@pzuraq pzuraq force-pushed the refactor/convert-to-autotracking branch 2 times, most recently from 16573cf to 219e5f0 Compare August 19, 2020 03:51
@pzuraq pzuraq force-pushed the refactor/convert-to-autotracking branch from 219e5f0 to d142f98 Compare August 19, 2020 16:14
): InputComponentState {
assert('caller must be const', isConstTagged(caller));
// assert('caller must be const', isConstTagged(caller));
Copy link
Member

Choose a reason for hiding this comment

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

We should either delete, or bring this back...

Comment on lines 301 to 302
// } else if (isConstTagged(target) && isConstTagged(action)) {
// fn = makeClosureAction(context.value(), target.value(), action.value(), processArgs, debugKey);
Copy link
Member

Choose a reason for hiding this comment

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

Should either delete or bring back

@pzuraq pzuraq force-pushed the refactor/convert-to-autotracking branch from d142f98 to ba16712 Compare August 19, 2020 16:45
@rwjblue rwjblue merged commit 93fb765 into master Aug 19, 2020
@rwjblue rwjblue deleted the refactor/convert-to-autotracking branch August 19, 2020 17:14
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