Page MenuHomePhabricator

Correct "msort()" vs "msortv()" to more fully stabilize transaction sorts after recent changes
ClosedPublic

Authored by epriestley on Jun 17 2019, 5:40 PM.
Tags
None
Referenced Files
F13050718: D20583.diff
Fri, Apr 19, 3:09 AM
Unknown Object (File)
Thu, Apr 11, 10:15 AM
Unknown Object (File)
Wed, Apr 10, 2:07 AM
Unknown Object (File)
Thu, Mar 28, 3:10 AM
Unknown Object (File)
Sat, Mar 23, 12:43 PM
Unknown Object (File)
Sat, Mar 23, 12:43 PM
Unknown Object (File)
Sat, Mar 23, 12:43 PM
Unknown Object (File)
Feb 24 2024, 5:04 PM
Subscribers
None

Details

Summary

Ref T13303. I upgraded this to a vector-based sort but forgot to type a "v", which means the sort has different stability under PHP 5.5. See D20582 for a root cause fix.

Test Plan

Locally, on PHP7, not much changes. I expect this to fix the odd selection of title stories in mail and notification stories on secure, which is running PHP 5.5.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable