Page MenuHomeSoftware Heritage

replay: Use swh.model.from_disk.Directory.collect
ClosedPublic

Authored by anlambert on Oct 17 2022, 7:22 PM.

Details

Summary

Instead of maintaining a set of modified paths for each replayed revision,
use the swh.model.from_disk.Directory.collect method which performs the same
task by returning added or modified contents and directories since the last
collect operation.

Diff Detail

Event Timeline

Build is green

Patch application report for D8693 (id=31396)

Rebasing onto 8e735c953b...

Current branch diff-target is up to date.
Changes applied before test
commit aaa82617befcdf42e42f3839734ff1d2109d5945
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Oct 17 19:21:52 2022 +0200

    replay: Use swh.model.from_disk.Directory.collect
    
    Instead of maintaining a set of modified paths for each replayed revision,
    use the swh.model.from_disk.Directory.collect method which performs the same
    task by returning added or modified contents and directories since the last
    collect operation.

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

ardumont added a subscriber: ardumont.

Great! Simplification and convergence!

This revision is now accepted and ready to land.Oct 18 2022, 10:21 AM