Page MenuHomePhabricator

Allow ghost atoms to be rendered
ClosedPublic

Authored by joshuaspence on Jun 2 2015, 12:59 PM.
Tags
None
Referenced Files
F17866153: D13114.id.diff
Mon, Jul 28, 4:15 AM
F17853107: D13114.diff
Sun, Jul 27, 1:27 PM
F17736131: D13114.diff
Sun, Jul 20, 4:20 PM
Unknown Object (File)
Jun 27 2025, 9:46 AM
Unknown Object (File)
Jun 27 2025, 3:41 AM
Unknown Object (File)
Jun 26 2025, 12:59 PM
Unknown Object (File)
Jun 17 2025, 3:19 AM
Unknown Object (File)
Jun 16 2025, 12:56 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T4558: Make Diviner useful for third-parties
Commits
Restricted Diffusion Commit
rP006a877996aa: Allow ghost atoms to be rendered
Summary

Ref T4558. Allow ghost atoms to be rendered in Diviner. This functionality didn't exist previously, but was hinted at by the TODO comments.

Test Plan

Generated Diviner documentation for rARC and then removed a class (before re-generating the documentation). Navigated to the documentation for the removed class and saw "This atom no longer exists".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Allow ghost documentation to be rendered.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence edited edge metadata.

Further progress

joshuaspence retitled this revision from Allow ghost documentation to be rendered to Allow ghost atoms to be rendered.Jun 3 2015, 1:19 PM
joshuaspence updated this object.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2015, 4:31 PM
src/applications/diviner/storage/DivinerLiveSymbol.php
101–107

Is this the normal way to allow an attachable object to be nullable? It seemed odd to me.

Yeah. Normally the assignment is just $this->thing = $thing;, but the = null is normal.

This revision was automatically updated to reflect the committed changes.