Page MenuHomeSoftware Heritage

archive: Pass limit as a keyword parameter to storage.revision_log
ClosedPublic

Authored by anlambert on Feb 3 2022, 4:03 PM.

Details

Summary

Signature of storage.revision_log has changed in 4544d7ca8e9e and the
limit parameter is not at the same position as before, so better
passing it as keyword parameter to avoid future errors of this type.

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont published this revision for review.Feb 3 2022, 4:08 PM
ardumont accepted this revision.
This revision is now accepted and ready to land.Feb 3 2022, 4:08 PM

Build is green

Patch application report for D7076 (id=25669)

Rebasing onto f990d789aa...

Current branch diff-target is up to date.
Changes applied before test
commit eebb27ebdb442c74a2bc0a9905c59c5f9b2235f4
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Thu Feb 3 15:58:47 2022 +0100

    archive: Pass limit as a keyword parameter to storage.revision_log
    
    Signature of storage.revision_log has changed in 4544d7ca8e9e and the
    limit parameter is not at the same position as before, so better
    passing it as keyword parameter to avoid future errors of this type.

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1317/ for more details.