Page MenuHomePhabricator

Prepare DestructionEngine to be modularized
ClosedPublic

Authored by epriestley on Dec 20 2015, 3:54 PM.
Tags
None
Referenced Files
F13281872: D14831.diff
Sun, Jun 2, 11:22 AM
F13265211: D14831.id35886.diff
Tue, May 28, 2:14 AM
F13263922: D14831.id.diff
Mon, May 27, 1:19 PM
F13258487: D14831.id35859.diff
Sun, May 26, 9:48 AM
F13211383: D14831.diff
Fri, May 17, 5:43 AM
F13195123: D14831.diff
Sun, May 12, 10:08 PM
F13177902: D14831.diff
Wed, May 8, 8:02 PM
Unknown Object (File)
Apr 27 2024, 3:26 AM
Subscribers
None

Details

Summary

Ref T9979. The general shape of "engine" code feels pretty good, and I plan to move indexing to be more in line with other modern engines, with the ultimate goal of supporting subprojects (T10010) and several intermediate goals.

Before moving indexing, clean up Destruction, since some of the new indexes will need destruction hooks and destruction currently has a lot of instanceof stuff that should be easy to fix by applying more modern approaches.

Test Plan
  • Used bin/remove destroy to destory an Almanac device.
  • Verified that properties for the device were destroyed.
  • Viewed module panel in UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Prepare DestructionEngine to be modularized.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 20 2015, 4:05 PM
This revision was automatically updated to reflect the committed changes.