1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-21 01:18:50 +02:00
phorge-arcanist/src/parser
epriestley 7cb3551dc7 Fix two arc issues
Summary:
  - I caused $parser to be reused in D3732 which I belived was safe, but actually isn't. We end up writing to the same changes. We should make it safe but there's some mess in Phabricator that needs to be cleaned up first.
  - One minor error code thing, variable is undefined.

Test Plan: Ran `arc export --git` on a moved file, got a better result. Ran some command which made me hit the other case and didn't get a fatal anymore.

Reviewers: btrahan, vrana

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D3749
2012-10-20 06:13:12 -07:00
..
__tests__ Make parser more flexible in the face of Git diff prefix flags 2012-10-19 14:07:34 -07:00
diff Improve arc handling of various binary file operations in Git 2012-10-19 10:10:25 -07:00
ArcanistBaseCommitParser.php Write to STDERR instead of php://stderr 2012-10-08 16:34:18 -07:00
ArcanistBundle.php Improve arc handling of various binary file operations in Git 2012-10-19 10:10:25 -07:00
ArcanistCommentRemover.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistDiffParser.php Fix two arc issues 2012-10-20 06:13:12 -07:00