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
Unknown Object (File)
Sat, Oct 26, 9:18 PM
Unknown Object (File)
Oct 21 2024, 10:15 AM
Unknown Object (File)
Oct 14 2024, 5:05 AM
Unknown Object (File)
Oct 12 2024, 3:34 AM
Unknown Object (File)
Oct 7 2024, 6:44 PM
Unknown Object (File)
Oct 6 2024, 9:15 PM
Unknown Object (File)
Oct 6 2024, 7:23 PM
Unknown Object (File)
Oct 6 2024, 5:47 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