Page MenuHomePhabricator

Correct a PHP8 compatibility issue when running "arc diff" with no active branch
ClosedPublic

Authored by epriestley on Feb 4 2023, 1:03 PM.
Tags
None
Referenced Files
F13278352: D21856.diff
Fri, May 31, 8:31 PM
F13272680: D21856.id52093.diff
Thu, May 30, 5:16 PM
F13271215: D21856.diff
Wed, May 29, 6:13 PM
F13270492: D21856.id52093.diff
Wed, May 29, 9:48 AM
F13270491: D21856.id52092.diff
Wed, May 29, 9:48 AM
F13270490: D21856.id.diff
Wed, May 29, 9:47 AM
F13262496: D21856.diff
Mon, May 27, 2:11 AM
F13256872: D21856.id.diff
Sat, May 25, 6:42 PM
Subscribers
None

Details

Summary

Ref T13588. See PHI2228. When there is no active branch name (for example, because you are in Git on a detached HEAD), this section currently fails under PHP8 when we try to strlen(null).

Test Plan

Under PHP 8.1: ran git checkout <hash of head>, then arc diff to generate this revision.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25765
Build 35593: arc lint + arc unit

Event Timeline

epriestley created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 4 2023, 1:16 PM
This revision was automatically updated to reflect the committed changes.