Page MenuHomePhabricator

Remove unused class "PhutilConsoleConcatenatedView"
ClosedPublic

Authored by epriestley on Feb 16 2017, 12:47 PM.
Tags
None
Referenced Files
F15469090: D17365.id41756.diff
Fri, Apr 4, 8:51 AM
F15442679: D17365.diff
Wed, Mar 26, 11:57 PM
F15436893: D17365.id41759.diff
Tue, Mar 25, 4:44 PM
F15432059: D17365.id41759.diff
Mon, Mar 24, 3:57 PM
F15429446: D17365.id41756.diff
Mon, Mar 24, 2:21 AM
F15419686: D17365.id41759.diff
Fri, Mar 21, 8:03 AM
F15418314: D17365.id41759.diff
Thu, Mar 20, 10:29 PM
F15413366: D17365.diff
Wed, Mar 19, 6:17 PM
Subscribers
None

Details

Summary

See D14136. This class is never used anywhere and wouldn't work anyway.

I believe the thing it was intended to do (merging views into a single string) ended up in the base class, PhutilConsoleView.

Test Plan
  • Grepped for PhutilConsoleConcatenatedView in libphutil, Arcanist, and Phabricator.

Diff Detail

Repository
rPHU libphutil
Branch
rm1
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 15652
Build 20666: Run Core Tests
Build 20665: arc lint + arc unit

Unit TestsFailed

TimeTest
37 msPhutilLibraryTestCase::Unknown Unit Message ("")
EXCEPTION (PhutilBootloaderException): Include of '/core/data/drydock/workingcopy-75/repo/libphutil/src/console/view/PhutilConsoleConcatenatedView.php' failed! #0 /core/data/drydock/workingcopy-75/repo/libphutil/src/symbols/PhutilSymbolLoader.php(381): PhutilBootloader->loadLibrarySource('phutil', 'console/view/Ph...') #1 /core/data/drydock/workingcopy-75/repo/libphutil/src/symbols/PhutilSymbolLoader.php(256): PhutilSymbolLoader->loadSymbol(Array)
2 msPhutilLibraryTestCase::Unknown Unit Message ("")
EXCEPTION (PhutilBootloaderException): Include of '/core/data/drydock/workingcopy-75/repo/libphutil/src/console/view/PhutilConsoleConcatenatedView.php' failed! #0 /core/data/drydock/workingcopy-75/repo/libphutil/src/symbols/PhutilSymbolLoader.php(381): PhutilBootloader->loadLibrarySource('phutil', 'console/view/Ph...') #1 /core/data/drydock/workingcopy-75/repo/libphutil/src/symbols/PhutilSymbolLoader.php(256): PhutilSymbolLoader->loadSymbol(Array)
607 msPhutilLibraryTestCase::Unknown Unit Message ("")
Assertion failed, expected 'true' (at PhutilLibraryTestCase.php:51): The library map is out of date. Rebuild it with `arc liberate`. These entries differ: class.PhutilConsoleConcatenatedView, xmap.PhutilConsoleConcatenatedView.
1 msAbstractDirectedGraphTestCase::Unknown Unit Message ("")
25 assertions passed.
0 msAbstractDirectedGraphTestCase::Unknown Unit Message ("")
1 assertion passed.
View Full Test Results (3 Failed · 328 Passed · 2 Skipped)

Event Timeline

epriestley created this revision.
  • Also arc liberate.
This revision is now accepted and ready to land.Feb 16 2017, 12:48 PM
This revision was automatically updated to reflect the committed changes.