[PATCH] D109216: [LNT] Fixed fieldchanges grouping to a regression
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 3 02:47:12 PDT 2021
thopre added inline comments.
================
Comment at: lnt/server/db/fieldchange.py:269
- new_reg, new_indicators = new_regression(session, ts, [fc.id])
+ new_reg, new_indicators = new_regression(session, ts, [fc])
logger.info("Could not find a partner, creating new Regression for change: {}".format(new_reg.title))
----------------
Why is this change correct / needed?
Repository:
rLNT LNT
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109216/new/
https://reviews.llvm.org/D109216
More information about the llvm-commits
mailing list