Move runtime/eval/runtime/file_repository.* to runtime/base
commit9494a366b56dec1fe66b1c0b9fcd079c155202ec
authorOwen Yamauchi <oyamauchi@fb.com>
Mon, 3 Jun 2013 16:05:14 +0000 (3 09:05 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 4 Jun 2013 06:54:34 +0000 (3 23:54 -0700)
tree117c411ac75ac989d1544d59e84770edbbf0bdab
parent8eaa77f3195e443555090eaeb21a3cc41cd1fca2
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.
19 files changed:
hphp/compiler/analysis/emitter.cpp
hphp/compiler/parser/parser.cpp
hphp/hhvm/process_init.cpp
hphp/runtime/base/builtin_functions.cpp
hphp/runtime/base/execution_context.cpp
hphp/runtime/base/file_repository.cpp [moved from hphp/runtime/eval/runtime/file_repository.cpp with 99% similarity]
hphp/runtime/base/file_repository.h [moved from hphp/runtime/eval/runtime/file_repository.h with 100% similarity]
hphp/runtime/base/intercept.cpp
hphp/runtime/base/program_functions.cpp
hphp/runtime/base/server/admin_request_handler.cpp
hphp/runtime/ext/ext_fb.cpp
hphp/runtime/ext/ext_stream.h
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/debugger_hook.cpp
hphp/runtime/vm/func.cpp
hphp/runtime/vm/jit/collector.cpp
hphp/runtime/vm/jit/translator-x64-helpers.cpp
hphp/runtime/vm/jit/translator-x64.cpp
hphp/runtime/vm/unit.cpp