Move runtime/eval/runtime/file_repository.* to runtime/base
runtime/eval is a relic of a bygone era. As long as we're cleaning up our directory structure, let's move FileRepository (the only remaining thing in runtime/eval/runtime) to where it makes sense. runtime/eval still contains the debugger, which would probably make more sense as runtime/debugger, but I don't want to throw a wrench in the works for @mikemag and @hermanv unnecessarily.
Esse commit está contido em:
@@ -88,7 +88,7 @@
|
||||
#include "hphp/runtime/base/builtin_functions.h"
|
||||
#include "hphp/runtime/base/variable_serializer.h"
|
||||
#include "hphp/runtime/base/program_functions.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/ext_hhvm/ext_hhvm.h"
|
||||
|
||||
#include "hphp/system/lib/systemlib.h"
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
#include "hphp/util/lock.h"
|
||||
#include "hphp/util/logger.h"
|
||||
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
|
||||
#ifdef FACEBOOK
|
||||
#include "hphp/facebook/src/compiler/fb_compiler_hooks.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "hphp/runtime/vm/jit/targetcache.h"
|
||||
#include "hphp/runtime/vm/jit/fixup.h"
|
||||
#include "hphp/runtime/vm/jit/translator-x64.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/system/lib/systemlib.h"
|
||||
#include "hphp/util/logger.h"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "hphp/runtime/base/runtime_option.h"
|
||||
#include "hphp/runtime/base/execution_context.h"
|
||||
#include "hphp/runtime/base/strings.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/eval/debugger/debugger.h"
|
||||
#include "hphp/runtime/ext/ext_process.h"
|
||||
#include "hphp/runtime/ext/ext_class.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "hphp/runtime/base/runtime_option.h"
|
||||
#include "hphp/runtime/base/type_conversions.h"
|
||||
#include "hphp/runtime/eval/debugger/debugger.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/ext/ext_string.h"
|
||||
#include "hphp/runtime/vm/jit/translator-inline.h"
|
||||
#include "hphp/runtime/vm/jit/translator.h"
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/base/runtime_option.h"
|
||||
#include "hphp/runtime/base/zend/zend_string.h"
|
||||
#include "hphp/util/process.h"
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "hphp/util/parser/parser.h"
|
||||
#include "hphp/util/lock.h"
|
||||
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/vm/jit/translator-x64.h"
|
||||
#include "hphp/util/trace.h"
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
#include <oniguruma.h>
|
||||
#include "libxml/parser.h"
|
||||
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
|
||||
#include "hphp/runtime/vm/runtime.h"
|
||||
#include "hphp/runtime/vm/repo.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "hphp/runtime/base/server/admin_request_handler.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/base/server/http_server.h"
|
||||
#include "hphp/runtime/base/server/pagelet_server.h"
|
||||
#include "hphp/runtime/base/util/http_client.h"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "hphp/runtime/vm/backup_gc.h"
|
||||
#include "unicode/uchar.h"
|
||||
#include "unicode/utf8.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
|
||||
#include "hphp/util/parser/parser.h"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#define incl_HPHP_EXT_STREAM_H_
|
||||
|
||||
#include "hphp/runtime/base/base_includes.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
|
||||
namespace HPHP {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "hphp/runtime/vm/srckey.h"
|
||||
#include "hphp/runtime/vm/member_operations.h"
|
||||
#include "hphp/runtime/base/code_coverage.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/base/base_includes.h"
|
||||
#include "hphp/runtime/base/execution_context.h"
|
||||
#include "hphp/runtime/base/runtime_option.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "hphp/runtime/eval/debugger/break_point.h"
|
||||
#include "hphp/runtime/eval/debugger/debugger.h"
|
||||
#include "hphp/runtime/eval/debugger/debugger_proxy.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/util/logger.h"
|
||||
#include "hphp/util/util.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "hphp/runtime/vm/runtime.h"
|
||||
#include "hphp/runtime/vm/repo.h"
|
||||
#include "hphp/runtime/vm/jit/targetcache.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/vm/jit/translator-x64.h"
|
||||
#include "hphp/runtime/vm/blob_helper.h"
|
||||
#include "hphp/runtime/vm/func_inline.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "hphp/util/trace.h"
|
||||
#include "hphp/util/debug.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/system/lib/systemlib.h"
|
||||
#include "hphp/runtime/vm/treadmill.h"
|
||||
#include "hphp/runtime/vm/jit/translator-inline.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "hphp/runtime/vm/jit/translator-inline.h"
|
||||
#include "hphp/runtime/vm/jit/translator-x64.h"
|
||||
#include "hphp/runtime/vm/jit/targetcache.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/vm/event_hook.h"
|
||||
#include "hphp/runtime/base/builtin_functions.h"
|
||||
#include "hphp/runtime/base/stats.h"
|
||||
|
||||
@@ -86,7 +86,7 @@ typedef __sighandler_t *sighandler_t;
|
||||
#include "hphp/runtime/vm/type_profile.h"
|
||||
#include "hphp/runtime/vm/member_operations.h"
|
||||
#include "hphp/runtime/vm/jit/abi-x64.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/vm/jit/hhbctranslator.h"
|
||||
|
||||
#include "hphp/runtime/vm/jit/translator-x64-internal.h"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "hphp/runtime/vm/verifier/check.h"
|
||||
#include "hphp/runtime/base/strings.h"
|
||||
#include "hphp/runtime/vm/func_inline.h"
|
||||
#include "hphp/runtime/eval/runtime/file_repository.h"
|
||||
#include "hphp/runtime/base/file_repository.h"
|
||||
#include "hphp/runtime/base/stats.h"
|
||||
#include "hphp/runtime/vm/treadmill.h"
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário