[PATCH] D67814: [LNT] Python 3 support: adapt to dict method returning views
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 03:41:35 PDT 2019
thopre updated this revision to Diff 221278.
thopre marked 19 inline comments as done.
thopre added a comment.
- Remove all wrapping into list that are unecessary due to views being iterable
- Improve uses of views to avoid introducing a call to list() when possible, as per Hubert
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67814/new/
https://reviews.llvm.org/D67814
Files:
examples/run_to_csv.py
lnt/server/config.py
lnt/server/reporting/summaryreport.py
lnt/server/ui/regression_views.py
lnt/server/ui/views.py
lnt/testing/__init__.py
lnt/testing/profile/profilev2impl.py
lnt/tests/nt.py
tests/server/ui/V4Pages.py
tests/server/ui/test_roundtrip.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67814.221278.patch
Type: text/x-patch
Size: 6631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190923/96723718/attachment.bin>
More information about the llvm-commits
mailing list