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, Dec 2, 8:41 AM
Unknown Object (File)
Fri, Dec 1, 8:26 PM
Unknown Object (File)
Thu, Nov 30, 9:31 AM
Unknown Object (File)
Wed, Nov 29, 10:38 PM
Unknown Object (File)
Thu, Nov 23, 11:49 AM
Unknown Object (File)
Tue, Nov 21, 11:36 AM
Unknown Object (File)
Sat, Nov 18, 7:56 PM
Unknown Object (File)
Fri, Nov 17, 7:57 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable