Page MenuHomePhabricator

Extend from Phobject
ClosedPublic

Authored by joshuaspence on Jun 14 2015, 9:20 PM.
Tags
None
Referenced Files
F15461175: D13283.largetrue.diff
Tue, Apr 1, 5:56 AM
F15458913: D13283.id.largetrue.diff
Mon, Mar 31, 8:12 AM
F15443041: D13283.id.diff
Thu, Mar 27, 1:51 AM
F15431571: D13283.diff
Mon, Mar 24, 1:12 PM
F15421071: D13283.id32150.diff
Fri, Mar 21, 8:49 PM
F15419831: D13283.id32110.diff
Fri, Mar 21, 9:15 AM
F15418554: D13283.id.diff
Fri, Mar 21, 12:01 AM
F15416564: D13283.id32145.diff
Thu, Mar 20, 12:08 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.