Label `from_root` suffix argument
commit68633815216b4b6de615d49c5bc93a415e5d3450
authorTatiana Racheva <tatianaracheva@fb.com>
Thu, 23 Apr 2020 21:17:38 +0000 (23 14:17 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 30 Apr 2020 21:15:33 +0000 (30 14:15 -0700)
treeaff1b72fd68d8fe2da441354795243ead82aff64
parent68ce4a6fe0d969d52edb1a7a8870ab0c5bd0a38c
Label `from_root` suffix argument

Summary: This is a pure refactor. The intent of this diff is to make it more obvious that the string argument should not be an absolute path.

Reviewed By: vsiles

Differential Revision: D21170466

fbshipit-source-id: 26bd98c77aac019564c113d055ec22f0a67d3980
20 files changed:
hphp/hack/src/client/ide_service/clientIdeIncremental.ml
hphp/hack/src/monitor/serverMonitor.ml
hphp/hack/src/search/sqliteSearchService.ml
hphp/hack/src/server/serverConfig.ml
hphp/hack/src/server/serverLazyInit.ml
hphp/hack/src/server/serverRefactor.ml
hphp/hack/src/utils/cli_args.ml
hphp/hack/src/utils/relative_path.ml
hphp/hack/src/utils/relative_path.mli
hphp/hack/test/integration/symbol_index_test.ml
hphp/hack/test/integration_ml/ide/test_failed_naming_ide.ml
hphp/hack/test/integration_ml/test_getfundeps.ml
hphp/hack/test/integration_ml/test_infer_type.ml
hphp/hack/test/integration_ml/test_isfunlocallable.ml
hphp/hack/test/integration_ml/test_lazy_decl_idempotence.ml
hphp/hack/test/integration_ml/test_server_hover.ml
hphp/hack/test/unit/deptable/dependency_table_tests.ml
hphp/hack/test/unit/naming/naming_table_tests.ml
hphp/hack/test/unit/server_tests.ml
hphp/hack/test/unit/utils/cli_args/cli_args_test.ml