Details
Details
- Reviewers
 epriestley - Group Reviewers
 Blessed Reviewers - Maniphest Tasks
 - T8291: arc version fails on Windows
 
Manual verification on Windows.
Diff Detail
Diff Detail
- Repository
 - rPHU libphutil
 - Branch
 - windows-root-path
 - Lint
 Lint Warnings Severity Location Code Message Warning src\filesystem\__tests__\PhutilFileLockTestCase.php:186 TXT3 Line Too Long - Unit
 Tests Passed - Build Status
 Buildable 13998 Build 18144: arc lint + arc unit 
Event Timeline
| src/filesystem/Filesystem.php | ||
|---|---|---|
| 780–782 | won't this fail if arc is run on a project checked out to a drive other than %HOMEDRIVE%?  | |
| src/filesystem/Filesystem.php | ||
|---|---|---|
| 780–782 | Possibly. That said there's not reliable equivalent of / on Windows AFAIK. If you think getting the install drive for arc is a better option, I can update accordingly. Btw. this section is gonna change substantially since there are some other issues I realized when fixing tests. Updating coming soon.  | |