mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-04 12:42:42 +01:00
3a559ddd13
Summary: The story for creating and maintaining libphutil libraries and modules is pretty terrible right now: you need to know a bunch of secret scripts and dark magic. Provide 'arc liberate' which endeavors to always do the right thing and put a library in the correct state. Test Plan: Ran liberate on libphutil, arcanist, phabricator; created new libphutil libraries, added classes to them, liberated everything, introduced errors etc and liberated that stuff, nothing was obviously broken in a terrible way..? Reviewed By: aran Reviewers: jungejason, tuomaspelkonen, aran CC: aran, epriestley Differential Revision: 269
26 lines
881 B
PHP
26 lines
881 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'exception/usage');
|
|
phutil_require_module('arcanist', 'lint/engine/liberate');
|
|
phutil_require_module('arcanist', 'lint/patcher');
|
|
phutil_require_module('arcanist', 'lint/renderer');
|
|
phutil_require_module('arcanist', 'lint/severity');
|
|
phutil_require_module('arcanist', 'workflow/base');
|
|
phutil_require_module('arcanist', 'workingcopyidentity');
|
|
|
|
phutil_require_module('phutil', 'console');
|
|
phutil_require_module('phutil', 'filesystem');
|
|
phutil_require_module('phutil', 'filesystem/filefinder');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'moduleutils');
|
|
phutil_require_module('phutil', 'utils');
|
|
phutil_require_module('phutil', 'xsprintf/csprintf');
|
|
|
|
|
|
phutil_require_source('ArcanistLiberateWorkflow.php');
|