Page MenuHomePhabricator

For changesets that affect binaries, use the new binary file content hash as an effect hash
ClosedPublic

Authored by epriestley on Apr 27 2020, 3:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 30, 4:56 AM
Unknown Object (File)
Sat, Nov 25, 11:25 PM
Unknown Object (File)
Fri, Nov 17, 10:07 PM
Unknown Object (File)
Oct 26 2023, 9:42 PM
Unknown Object (File)
Oct 26 2023, 9:29 PM
Unknown Object (File)
Oct 22 2023, 4:13 PM
Unknown Object (File)
Oct 16 2023, 12:53 PM
Unknown Object (File)
Sep 23 2023, 8:59 AM
Subscribers
None

Details

Summary

Ref T13522. When changesets update an image, we currently compute no effect hash. A content hash of the image (or other binary file) is a reasonable effect hash, and enalbes effect-hash-based behavior, including hiding files in intradiffs.

Test Plan
  • Created a revision affecting cat.png and quack.txt (currently, there must be 2+ changesets to trigger the hide logic).
  • Updated it with the exact same changes.
  • Viewed revision:
    • Saw the image renderered in the interdiff.
  • Applied patch.
  • Ran bin/differential rebuild-changesets ....
  • Viewed revision:
    • Saw both changesets collapse as unchanged.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable