1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00
phorge-arcanist/scripts
epriestley 264d915e13 Include common extensions in symbol mapper
Summary:
Spamming everyone who got bitten by this. We upgraded the libphutil library system recently, but the "use of undeclared function" lint check used to run only on files you touched and now runs on every file in every library you use. This means that if you don't have pcntl or ldap installed, you'll get errors about use of functions from them on every change.

Instead, ship with a list of functions which are provided by extensions that we'll ignore when calculating dependencies, so not having pcntl doesn't mean you have to excuse through irrelevant errrors every time.

Test Plan: Ran script with an unknown function, got it in the map; added it to the extension list, it vanished from the map.

Reviewers: vrana, btrahan, allenjohnashton, ddfisher, keebuhm, phleet, nodren

Reviewed By: vrana

CC: aran

Maniphest Tasks: T1347

Differential Revision: https://secure.phabricator.com/D2728
2012-06-12 12:54:26 -07:00
..
hgdaemon Rough cut of hgdaemon 2012-06-07 18:23:57 -07:00
__init_script__.php Change order of include_path 2012-05-25 10:08:28 -07:00
arcanist.php Add "--conduit-timeout" to arc and modernize argument parsing 2012-06-03 08:31:49 -07:00
php_extension_functions.txt Include common extensions in symbol mapper 2012-06-12 12:54:26 -07:00
phutil_analyzer.php Depend on autoloading 2012-05-30 16:02:36 -07:00
phutil_mapper.php Depend on autoloading 2012-05-30 16:02:36 -07:00
phutil_rebuild_map.php Fix lint errors found by Nemo 2012-06-11 16:27:53 -07:00
phutil_symbols.php Include common extensions in symbol mapper 2012-06-12 12:54:26 -07:00