-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Add HashWriter without ser-type and ser-version and use it where possible #25331
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
The head ref may contain hidden characters: "2206-hashwriter-\u{1F47D}"
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Concept ACK |
fa9cc54
to
faa404c
Compare
The moved parts can be reviewed with "--color-moved=dimmed-zebra".
faa404c
to
faf9acc
Compare
utACK faf9acc |
utACK faf9acc nit: I still prefer default-initialization without |
This was done in the context of #25284 , but I think it also makes sense standalone.
The basic idea is that serialization type should not be initialized when it is not needed. Same for the serialization version.
So do this here for
HashWriter
.CHashWriter
remains in places where it is not yet possible.