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

Editorial: Unclear that Commits always include an Update/refreshes the CIK for the committer. #286

Merged
merged 2 commits into from Feb 6, 2020

Conversation

Bren2010
Copy link
Collaborator

@Bren2010 Bren2010 commented Jan 6, 2020

No description provided.

@beurdouche beurdouche changed the title Commits always include an Update for the committer. Editorial: Unclear that Commits always include an Update/refreshes the CIK for the committer. Jan 8, 2020
@beurdouche
Copy link
Member

@beurdouche beurdouche commented Jan 15, 2020

You can now rebase this on master for clarity.

Copy link
Collaborator

@bifurcation bifurcation left a comment

This looks good, just one minor clarification


* Generate a provisional GroupContext object by applying the proposals
referenced in the initial Commit object in the order provided, as described in
{{proposals}}. Add proposals are applied left to right: Each Add proposal is
applied at the leftmost unoccupied leaf, or appended to the right edge of the
tree if all leaves are occupied.
tree if all leaves are occupied. The committer's own Update is applied last.
Copy link
Collaborator

@bifurcation bifurcation Jan 29, 2020

Choose a reason for hiding this comment

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

It would be good to make clear that the Update in question is the committer_update. Also, could you please check to make sure that DirectPath no longer touches the leaf? Since we have split out Update and committer_update, DirectPath should start at the parent of the Committer.

Copy link
Collaborator Author

@Bren2010 Bren2010 Jan 30, 2020

Choose a reason for hiding this comment

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

@bifurcation bifurcation added today! (?) and removed discussion labels Feb 5, 2020
@@ -1914,18 +1897,31 @@ struct {
ProposalID updates<0..2^16-1>;
ProposalID removes<0..2^16-1>;
ProposalID adds<0..2^16-1>;
ProposalID ignored<0..2^16-1>;

Update committer_update;
Copy link
Member

@raphaelrobert raphaelrobert Feb 5, 2020

Choose a reason for hiding this comment

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

Since an Update only contains a CIK, we should use the CIK right away here.

@bifurcation bifurcation merged commit 8260491 into mlswg:master Feb 6, 2020
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial today! (?)
Development

Successfully merging this pull request may close these issues.

None yet

4 participants