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

Start to enable multiple views per type, and use commit everywhere #30

Merged
merged 4 commits into from
Mar 22, 2017
Merged

Start to enable multiple views per type, and use commit everywhere #30

merged 4 commits into from
Mar 22, 2017

Conversation

dstoc
Copy link
Contributor

@dstoc dstoc commented Mar 22, 2017

No description provided.

@dstoc dstoc requested a review from shans March 22, 2017 03:40
executedParticles.map(p => p.writeback());
let writeMap = new Map();
executedParticles.map(p => p.writeback(writeMap));
this.scope.newCommit(writeMap);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe better to commit per particle, than as a batch like this.

Copy link
Contributor

Choose a reason for hiding this comment

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

Mainly I think there's an ordering question that this brings up.

executedParticles.map(p => p.writeback());
let writeMap = new Map();
executedParticles.map(p => p.writeback(writeMap));
this.scope.newCommit(writeMap);
Copy link
Contributor

Choose a reason for hiding this comment

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

Mainly I think there's an ordering question that this brings up.

@dstoc dstoc merged commit bd1d631 into PolymerLabs:master Mar 22, 2017
bgogul added a commit that referenced this pull request Aug 21, 2020
PiperOrigin-RevId: 327737954
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