Rename file-repository to unit-cache
commitda017bab0e11db9f2611916da7f77b5e061a1137
authorJordan DeLong <jdelong@fb.com>
Tue, 17 Jun 2014 02:59:39 +0000 (16 19:59 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Fri, 27 Jun 2014 19:00:37 +0000 (27 12:00 -0700)
tree902b14cc4fc485ca27758f1a060dc4fb2412fee2
parentc4564894c54b9c711c5aabcbfce8d623ca3da784
Rename file-repository to unit-cache

Summary: This is just a rename diff.  It's on top of everything else so we can
choose different names without me needing to rebase, if anyone has a better
naming idea.  This seems like a reasonable name, although both resolveVmInclude
and mangleUnitMd5 feel slightly out of place now (but resolveVmInclude (and
resolve_include) are pretty convoluted for historical reasons and deserving of
their own cleanup pass anyway, which I'm going to consider out of scope for now
since it's not causing bugs as far as we know ...).

Reviewed By: @mxw

Differential Revision: D1386894
22 files changed:
hphp/compiler/analysis/emitter.cpp
hphp/compiler/parser/parser.cpp
hphp/hhvm/process-init.cpp
hphp/runtime/base/autoload-handler.cpp
hphp/runtime/base/builtin-functions.cpp
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/file-stream-wrapper.cpp
hphp/runtime/base/intercept.cpp
hphp/runtime/base/profile-dump.cpp
hphp/runtime/base/program-functions.cpp
hphp/runtime/base/unit-cache.cpp [moved from hphp/runtime/base/file-repository.cpp with 99% similarity]
hphp/runtime/base/unit-cache.h [moved from hphp/runtime/base/file-repository.h with 97% similarity]
hphp/runtime/ext/ext_fb.cpp
hphp/runtime/ext/hh/ext_hh.cpp
hphp/runtime/ext/std/ext_std_options.cpp
hphp/runtime/ext/stream/ext_stream.cpp
hphp/runtime/server/admin-request-handler.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/debugger-hook.cpp
hphp/runtime/vm/func-emitter.cpp
hphp/runtime/vm/jit/translator.cpp
hphp/runtime/vm/unit.cpp