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)
Fri, May 3, 2:26 AM
Unknown Object (File)
Mon, Apr 29, 1:56 PM
Unknown Object (File)
Wed, Apr 24, 10:02 PM
Unknown Object (File)
Sun, Apr 21, 4:07 PM
Unknown Object (File)
Wed, Apr 17, 3:09 PM
Unknown Object (File)
Wed, Apr 17, 10:59 AM
Unknown Object (File)
Thu, Apr 11, 7:18 AM
Unknown Object (File)
Mar 24 2024, 10:56 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.