Always setup Repo paths in hphp mode
We didnt do it for the analyze target, for example, which resulted in hphp hanging on some machines due to trying to create ~/.hhvm.hhbc
Esse commit está contido em:
@@ -560,9 +560,7 @@ int process(const CompilerOptions &po) {
|
||||
Package package(po.inputDir.c_str());
|
||||
ar = package.getAnalysisResult();
|
||||
|
||||
if (po.target == "hhbc" || po.target == "run") {
|
||||
hhbcTargetInit(po, ar);
|
||||
}
|
||||
hhbcTargetInit(po, ar);
|
||||
|
||||
std::string errs;
|
||||
if (!AliasManager::parseOptimizations(po.optimizations, errs)) {
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário