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)
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
Unknown Object (File)
Feb 21 2024, 5:15 AM
Unknown Object (File)
Feb 9 2024, 12:10 AM
Unknown Object (File)
Jan 15 2024, 8:01 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
Branch
iquery3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 24367
Build 33569: Run Core Tests
Build 33568: arc lint + arc unit

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.