Page MenuHomePhabricator

Allow inline comment storage objects to generate their own runtime objects
ClosedPublic

Authored by epriestley on May 7 2020, 3:50 PM.
Tags
None
Referenced Files
F19049176: D21226.id.diff
Thu, Nov 27, 4:28 PM
F19015117: D21226.id50562.diff
Sat, Nov 22, 11:13 PM
F19010631: D21226.diff
Sat, Nov 22, 5:54 AM
F18816523: D21226.diff
Oct 21 2025, 7:28 AM
F18814898: D21226.id.diff
Oct 21 2025, 12:05 AM
F18810936: D21226.id50551.diff
Oct 20 2025, 12:09 AM
F18808231: D21226.diff
Oct 19 2025, 5:38 AM
F18807421: D21226.id50562.diff
Oct 19 2025, 1:34 AM
Subscribers
None

Details

Summary

Ref T13513. Currently, inline storage objects ("TransactionComment") can't directly generate a runtime object ("InlineComment").

Allow this transformation to be performed in a genric way so clunky code which does it per-object-type can be removed, lifted, or simplified.

Simplify an especially gross callsite in preview code.

Test Plan

Previewed inline comments.

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 7 2020, 10:57 PM
This revision was automatically updated to reflect the committed changes.