This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Sort machines in Compare to by names.
ClosedPublic

Authored by marxin on May 22 2018, 1:39 AM.

Details

Summary

I consider it's easier to find a machine to compare with.

Diff Detail

Repository
rL LLVM

Event Timeline

marxin created this revision.May 22 2018, 1:39 AM
This revision is now accepted and ready to land.May 22 2018, 1:55 PM

Why not let the database do the sorting? .order_by(ts.Machine.name) or whatever sqlalchemy wants there?

marxin updated this revision to Diff 148558.May 25 2018, 12:56 AM

Updated version that I'm going to install.

This revision was automatically updated to reflect the committed changes.