Page MenuHomePhabricator

Remove "Web Application Only" classes from libphutil
ClosedPublic

Authored by epriestley on Sep 2 2019, 1:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 2, 2:01 PM
Unknown Object (File)
Sun, Jun 29, 8:24 PM
Unknown Object (File)
Sun, Jun 29, 6:53 AM
Unknown Object (File)
Jun 5 2025, 4:40 PM
Unknown Object (File)
May 24 2025, 8:40 PM
Unknown Object (File)
May 18 2025, 5:35 AM
Unknown Object (File)
May 11 2025, 11:58 PM
Unknown Object (File)
May 10 2025, 1:02 PM
Subscribers
None

Details

Summary

Ref T13395. I want to merge libphutil into Arcanist ("the client part") and Phabricator ("the server part") since modern libphutil doesn't provide much value being standalone but makes verison management and deployment more complicated.

In service of this goal, remove a large number of classes which are only used at the web application level (by Phabricator) out of libphutil. The next change moves them into "phabricator/".

Test Plan

Grepped for all (?) affected symbols in libphutil and Arcanist, found no callsites.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable