Start using RepoAutoloader by default
commit73c15c771530b3fc9e03818e8ef2c419f37a0ef8
authorEmil Hesslow <emil@fb.com>
Tue, 16 Jun 2020 20:37:32 +0000 (16 13:37 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 16 Jun 2020 20:39:13 +0000 (16 13:39 -0700)
treeb61299b092102cb7ab0469fe83efa8230e9296c6
parent0e4f5bf4d8d97f5c1451a6caf879e4d31d3b36fd
Start using RepoAutoloader by default

Summary: - This turn on RepoAutoloader by default so it can be rolled out with the release.

Reviewed By: paulbiss, jano

Differential Revision: D21986855

fbshipit-source-id: f765b7c7f3af15c110f42f0335d7f0b0f048f849
24 files changed:
hphp/runtime/base/runtime-option.h
hphp/test/slow/autoload/autoload-fail-hoist.php.expectf-repo [new file with mode: 0644]
hphp/test/slow/autoload/autoload-fail.php.opts [new file with mode: 0644]
hphp/test/slow/autoload/autoload_get_paths.php.opts [new file with mode: 0644]
hphp/test/slow/autoload/autoload_path_to_symbols.php.expectf-repo
hphp/test/slow/autoload/autoload_set_paths_weird.php.opts [new file with mode: 0644]
hphp/test/slow/autoload/autoload_symbol_to_path.php.expectf-repo
hphp/test/slow/autoload/autoload_user_symbol_to_path.php.opts [new file with mode: 0644]
hphp/test/slow/autoload/function_autoload_map.php.opts [new file with mode: 0644]
hphp/test/slow/ext_misc/1377.php.expect-repo [new file with mode: 0644]
hphp/test/slow/hhbbc/persistent1.php.expect-repo [new file with mode: 0644]
hphp/test/slow/hhbbc/persistent2.php.expect-repo [new file with mode: 0644]
hphp/test/slow/hoisting/1866.php.expect-repo [new file with mode: 0644]
hphp/test/slow/hoisting/1868.php.expect-repo [new file with mode: 0644]
hphp/test/slow/inout/autoloader.php.expectf-repo [new file with mode: 0644]
hphp/test/slow/is_expression/is-expression-nonexistent4.php.expectf-repo [new file with mode: 0644]
hphp/test/slow/serialize/incomplete_class_apc_serialize.php.opts [new file with mode: 0644]
hphp/test/slow/traits/fatal_missing_trait.php.opts [new file with mode: 0644]
hphp/test/slow/volatile/1215.php.opts [new file with mode: 0644]
hphp/test/slow/volatile/1216.php.opts [new file with mode: 0644]
hphp/test/slow/volatile/1218.php.opts [new file with mode: 0644]
hphp/test/slow/volatile/1220.php.opts [new file with mode: 0644]
hphp/test/slow/volatile/1227.php.opts [new file with mode: 0644]
hphp/test/slow/volatile/1233.php.opts [new file with mode: 0644]