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

Remove sha256 from dependencies (closes #3586) #3875

Closed
wants to merge 1 commit into from

Conversation

@fschutt
Copy link
Contributor

fschutt commented Mar 7, 2020

#3586 - Sha256::new() can be safely replaced by DefaultHasher::new() since its only used for verifying shaders if they use an different source file.

Note that there seems to have been a change in Rust Edition 2018 so that Hasher::input was renamed to Hasher::write. Not sure if this impacts the supported compiler versions.

@fschutt fschutt force-pushed the fschutt:remove-sha2-try3 branch from da2a6ac to 2891ea9 Mar 7, 2020
@fschutt
Copy link
Contributor Author

fschutt commented Mar 7, 2020

Tests passed.

r? @kvark

@kvark kvark self-assigned this Mar 9, 2020
xeonchen pushed a commit to xeonchen/gecko that referenced this pull request Mar 11, 2020
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Mar 12, 2020
[import_pr] From servo/webrender#3875

Differential Revision: https://phabricator.services.mozilla.com/D66064

--HG--
extra : moz-landing-system : lando
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Mar 12, 2020
[import_pr] From servo/webrender#3875

Differential Revision: https://phabricator.services.mozilla.com/D66064

UltraBlame original commit: ab8746bb808719748e77de3d8ba538574bceee8c
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Mar 12, 2020
[import_pr] From servo/webrender#3875

Differential Revision: https://phabricator.services.mozilla.com/D66064

UltraBlame original commit: ab8746bb808719748e77de3d8ba538574bceee8c
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Mar 12, 2020
[import_pr] From servo/webrender#3875

Differential Revision: https://phabricator.services.mozilla.com/D66064

UltraBlame original commit: ab8746bb808719748e77de3d8ba538574bceee8c
@kvark
Copy link
Member

kvark commented Mar 12, 2020

This landed upstream in https://phabricator.services.mozilla.com/D66064, closing

@kvark kvark closed this Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.