Page MenuHomePhabricator

Fix repository URI generation for SVN commit identifiers represented with integer types
ClosedPublic

Authored by epriestley on Jun 3 2022, 10:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 6:02 PM
Unknown Object (File)
Sat, Apr 20, 2:45 PM
Unknown Object (File)
Fri, Apr 19, 6:44 AM
Unknown Object (File)
Mon, Apr 15, 8:37 PM
Unknown Object (File)
Tue, Apr 9, 6:08 AM
Unknown Object (File)
Tue, Apr 9, 3:26 AM
Unknown Object (File)
Mon, Apr 8, 12:19 PM
Unknown Object (File)
Mon, Apr 1, 11:26 PM
Subscribers
None

Details

Summary

Ref T13588. See PHI2198. Some pathways represent SVN commit identifiers (which are numeric) with integers; these raise an exception in phutil_nonempty_string(), which is strict.

(Ideally, commit identifiers wouldn't have mixed types, but that's a dramatically less practical change.)

Test Plan

Will deploy.

Diff Detail

Repository
rP Phabricator
Branch
scalar1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25760
Build 35588: arc lint + arc unit