( )⚙ D2468 phases: write phaseroots deterministically

This is an archive of the discontinued Mercurial Phabricator instance.

phases: write phaseroots deterministically
ClosedPublic

Authored by indygreg on Feb 26 2018, 4:32 PM.

Details

Summary

self.phaseroots is a list of sets of binary nodes.

Let's sort the nodes before writing so the phaseroots file is
written out deterministically.

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.

Event Timeline

indygreg created this revision.Feb 26 2018, 4:32 PM
yuja accepted this revision.Feb 27 2018, 7:28 AM
This revision is now accepted and ready to land.Feb 27 2018, 7:28 AM
This revision was automatically updated to reflect the committed changes.