Page MenuHomePhabricator

Extend from Phobject
ClosedPublic

Authored by joshuaspence on Jun 14 2015, 9:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:22 AM
Unknown Object (File)
Tue, Apr 9, 8:29 PM
Unknown Object (File)
Sun, Mar 31, 9:25 PM
Unknown Object (File)
Sun, Mar 31, 10:06 AM
Unknown Object (File)
Mar 7 2024, 5:19 AM
Unknown Object (File)
Mar 6 2024, 4:19 PM
Unknown Object (File)
Feb 20 2024, 7:37 PM
Unknown Object (File)
Feb 20 2024, 7:36 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPb6d745b66687: Extend from Phobject
Summary

All classes should extend from some other class. See D13275 for some explanation.

Test Plan

arc unit

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Extend from Phobject.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

One probable fatal of everything? Looks good otherwise. But maybe click around a bit?

.arclint
77 ↗(On Diff #32110)

Unintended / debugging.

support/PhabricatorStartup.php
38 ↗(On Diff #32110)

I would expect this to immediately fatal when the web UI is loaded. This loads before libphutil, so my expectation is that it can't extend Phobject.

This revision is now accepted and ready to land.Jun 14 2015, 9:28 PM

Don't fatal absolutely every single web request

I clicked around a bunch of applications and nothing seemed broken.

This revision was automatically updated to reflect the committed changes.