This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] CmpRuns.py: Refactor and add type annotations
ClosedPublic

Authored by vsavchenko on May 25 2020, 6:00 AM.

Diff Detail

Event Timeline

vsavchenko created this revision.May 25 2020, 6:00 AM

Replace deprecated method call

Fix a couple more names

Fix SATestBuild

Harbormaster completed remote builds in B57789: Diff 266014.

Fix SATestBuild call to CmpRuns

Fix SATestBuild call to CmpRuns

NoQ added a comment.Jun 2 2020, 3:03 AM

I guess this one's stuck on the discussion about whether we need to retain python2 support.

NoQ accepted this revision.Jun 16 2020, 3:06 AM

Thanks! Please mark as "NFC:" ("no functional change intended").

In D80517#2068336, @NoQ wrote:

I guess this one's stuck on the discussion about whether we need to retain python2 support.

http://lists.llvm.org/pipermail/cfe-dev/2020-June/065805.html

I don't think it actually matters for these scripts;
it's not like they're run every day on an ancient buildbot that still
doesn't have python3 (in fact as of now i don't think anybody uses them
at all except us) but it sounds like in any case the only script that
really needs to be python2 up to all possible formal requirements is
SATest.py itself which is a trivial wrapper that parses some arguments
and forwards them into docker; for everything else there's docker and
you don't care what's within it.

This revision is now accepted and ready to land.Jun 16 2020, 3:06 AM

Mark as NFC

This revision was automatically updated to reflect the committed changes.