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
Unknown Object (File)
Thu, Dec 12, 3:48 AM
Unknown Object (File)
Tue, Dec 3, 2:50 PM
Unknown Object (File)
Nov 11 2024, 3:03 AM
Unknown Object (File)
Oct 25 2024, 1:45 PM
Unknown Object (File)
Sep 16 2024, 5:53 AM
Unknown Object (File)
Sep 6 2024, 7:29 AM
Unknown Object (File)
Aug 25 2024, 1:58 AM
Unknown Object (File)
Aug 16 2024, 9:46 PM
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.