Page MenuHomeSoftware Heritage

PyPi Lister
ClosedPublic

Authored by ardumont on Sep 6 2018, 1:30 PM.

Details

Reviewers
anlambert
Group Reviewers
Reviewers
Summary

Related T422

Diff Detail

Repository
rDLS Listers
Branch
lister-pypi
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1378
Build 1722: arc lint + arc unit

Event Timeline

Looks good to me. I have added a few inline comments for some typos.

README.md
165

s/debian/pypi/

swh/lister/core/lister_transports.py
213

s/request/requests/

swh/lister/pypi/lister.py
16

is this comment still relevant here ?

46

what the point of shuffling the package names here ?

Thanks! Nice catches!

swh/lister/pypi/lister.py
16

No ;)

46

It's not really a point.

It's for consistency reason. In the other listers (inheriting from IndexingRefreshListerTask), they compute the range of pages to list and shuffle those around.

ardumont marked 2 inline comments as done.
  • doc: Fix typos according to review
This revision is now accepted and ready to land.Sep 6 2018, 2:59 PM