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
vcs: add Hash::zero #469
vcs: add Hash::zero #469
Conversation
|
@edvbld This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there has been 1 commit pushed to the
|
/integrate |
Mailing list message from Erik Helin on skara-dev: Changeset: b090b57 vcs: add Hash::zero Reviewed-by: rwestberg ! forge/src/test/java/org/openjdk/skara/forge/CheckBuilderTests.java |
Hi all,
please review this small refactoring that adds the method
Hash::zero
representing an empty hash. The zero hash was already used throughout the code
base but in a less clear way.
Testing:
make test
passes on Linux x64Thanks,
Erik
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/469/head:pull/469
$ git checkout pull/469