Page MenuHomePhabricator

Remove Windows workarounds from ArcanistGitAPI
AbandonedPublic

Authored by BYK on Apr 13 2016, 6:11 AM.
Tags
None
Referenced Files
F19772920: D15693.id40321.diff
Fri, Feb 20, 9:36 PM
F19530416: D15693.diff
Jan 19 2026, 10:26 PM
F18857063: D15693.id.diff
Nov 1 2025, 1:00 PM
F18853688: D15693.diff
Oct 31 2025, 6:47 PM
F18853451: D15693.diff
Oct 31 2025, 4:39 PM
F18788977: D15693.diff
Oct 15 2025, 7:22 AM
F18763754: D15693.id40107.diff
Oct 7 2025, 2:05 AM
F18735940: D15693.id38849.diff
Oct 1 2025, 4:07 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 14213
Build 18474: arc lint + arc unit

Unit TestsFailed

TimeTest
649 msArcanistRepositoryAPIStateTestCase::Unknown Unit Message ("")
EXCEPTION (CommandException): Command failed with error #2! COMMAND tar -C C:\Users\BYK\AppData\Local\Temp\81z7ox87yn8kks84/ -xzvvf C:\Users\BYK\AppData\Roaming\PortableApps\Arcanist\arcanist\src\repository\api\__tests__\state\git_basic.git.tgz
98 msArcanistLibraryTestCase::Unknown Unit Message ("")
1 assertion passed.
268 msArcanistLibraryTestCase::Unknown Unit Message ("")
1 assertion passed.
86 msArcanistLibraryTestCase::Unknown Unit Message ("")
1 assertion passed.
2 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