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)
Tue, Jun 30, 2:44 PM
Unknown Object (File)
Thu, Jun 25, 9:25 PM
Unknown Object (File)
Thu, Jun 25, 9:25 PM
Unknown Object (File)
Tue, Jun 23, 5:00 AM
Unknown Object (File)
Thu, Jun 18, 12:27 AM
Unknown Object (File)
Jun 6 2026, 7:23 AM
Unknown Object (File)
Jun 4 2026, 5:54 PM
Unknown Object (File)
Jun 4 2026, 5:54 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