Page MenuHomePhabricator

Remove Windows workarounds from ArcanistGitAPI
AbandonedPublic

Authored by BYK on Apr 13 2016, 6:11 AM.
Tags
None
Referenced Files
F13086721: D15693.diff
Thu, Apr 25, 12:41 AM
Unknown Object (File)
Fri, Apr 19, 4:27 PM
Unknown Object (File)
Fri, Apr 12, 2:29 PM
Unknown Object (File)
Fri, Apr 12, 4:41 AM
Unknown Object (File)
Sat, Apr 6, 8:44 AM
Unknown Object (File)
Wed, Apr 3, 9:58 AM
Unknown Object (File)
Mon, Apr 1, 3:57 PM
Unknown Object (File)
Sat, Mar 30, 1:35 AM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

D15675 fixes rPHU so we don't need the workarounds for Windows in the Git API anymore. In fact they are broken with D15675 since they are either incorrectly escaped or double-escaped.

Depends on D15675.

Test Plan

manually verified.

Diff Detail

Repository
rARC Arcanist
Branch
windows-escapes
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 12729
Build 16190: arc lint + arc unit

Unit TestsFailed

TimeTest
2,597 msArcanistRepositoryAPIStateTestCase::Unknown Unit Message ("")
EXCEPTION (CommandException): Command failed with error #2! COMMAND tar -C C:\Users\BYK\AppData\Local\Temp\7glw0eay76040wgw/ -xzvvf C:\Users\BYK\AppData\Roaming\PortableApps\Arcanist\arcanist\src\repository\api\__tests__\state\git_basic.git.tgz
498 msArcanistLibraryTestCase::Unknown Unit Message ("")
1 assertion passed.
234 msArcanistLibraryTestCase::Unknown Unit Message ("")
1 assertion passed.
2 msArcanistLibraryTestCase::Unknown Unit Message ("")
1 assertion passed.
4 msArcanistRepositoryAPIMiscTestCase::Unknown Unit Message ("")
1 assertion passed.
View Full Test Results (1 Failed · 4 Passed · 2 Skipped)

Event Timeline

BYK retitled this revision from to Remove Windows workarounds from ArcanistGitAPI.
BYK updated this object.
BYK edited the test plan for this revision. (Show Details)
BYK added a reviewer: epriestley.
BYK added a parent revision: D15675: Fix Windows escaping.
BYK added a subscriber: hach-que.
BYK edited edge metadata.

rebase