Page MenuHomePhabricator

Fix an issue where text intradiff bodies may not render
ClosedPublic

Authored by epriestley on May 4 2020, 2:39 PM.
Tags
None
Referenced Files
F19019846: D21210.id.diff
Sun, Nov 23, 4:04 PM
F19013066: D21210.diff
Sat, Nov 22, 3:00 PM
F18985480: D21210.id50509.diff
Mon, Nov 17, 1:04 PM
F18821921: D21210.id.diff
Oct 23 2025, 2:47 AM
F18817356: D21210.diff
Oct 21 2025, 2:53 PM
F18782887: D21210.id50509.diff
Oct 13 2025, 2:53 AM
F18734287: D21210.id.diff
Sep 30 2025, 10:51 PM
F18705100: D21210.diff
Sep 28 2025, 10:06 AM
Subscribers
None

Details

Summary

Ref T13523. In the caching layer, there's a tricky clause about filetypes that skips some body rendering behavior.

Provide file type information which at least has a better chance of representing all changes (e.g., an image file may be replaced with a text file, but this can not be represented by a single file type).

Formalize "hasSourceTextBody()", to mean the changeset parser should engage the change as source text.

Test Plan

Intradiffed text changes, saw the body render properly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 4 2020, 2:40 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.