Page MenuHomePhabricator

D10147.diff
No OneTemporary

D10147.diff

diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php
--- a/src/parser/xhpast/bin/xhpast_parse.php
+++ b/src/parser/xhpast/bin/xhpast_parse.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @group xhpast
- */
function xhpast_is_available() {
static $available;
if ($available === null) {
@@ -21,10 +18,6 @@
return $available;
}
-
-/**
- * @group xhpast
- */
function xhpast_get_binary_path() {
if (phutil_is_windows()) {
return dirname(__FILE__).'\\xhpast.exe';
@@ -32,10 +25,6 @@
return dirname(__FILE__).'/xhpast';
}
-
-/**
- * @group xhpast
- */
function xhpast_get_build_instructions() {
$root = phutil_get_library_root('phutil');
$make = $root.'/../scripts/build_xhpast.sh';
@@ -48,10 +37,6 @@
EOHELP;
}
-
-/**
- * @group xhpast
- */
function xhpast_get_parser_future($data) {
if (!xhpast_is_available()) {
try {
@@ -68,9 +53,6 @@
return $future;
}
-/**
- * @group xhpast
- */
function xhpast_build() {
$root = phutil_get_library_root('phutil');
execx('%s', $root.'/../scripts/build_xhpast.sh');

File Metadata

Mime Type
text/plain
Expires
Wed, May 22, 3:35 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6290787
Default Alt Text
D10147.diff (1 KB)

Event Timeline