This is an archive of the discontinued Mercurial Phabricator instance.

run-tests: set attributes in sorted order
ClosedPublic

Authored by indygreg on Feb 4 2019, 12:47 PM.

Details

Summary

Python 3.8 preserves insertion order in serialized output
(https://bugs.python.org/issue34160). Older Pythons serialized
in sorted order.

Let's make insertion order sorted so behavior is consistent across
Python versions.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.