Page MenuHomeSoftware Heritage

svn.loader: Fix revision parents field to a tuple
AbandonedPublic

Authored by ardumont on Jun 4 2020, 12:08 PM.

Details

Reviewers
douardda
anlambert
Group Reviewers
Reviewers
Summary

Changing only the converters because that loader is currently mostly not typed... (so
modifying and adding type along sounds like taking too much time than needed
right now).

Also manipulating list within the loader sounds simpler than tuple. So taking
the lazy path here.

Related to D3177

Test Plan

tox

Diff Detail

Event Timeline

Build is green

Patch application report for D3219 (id=11423)

Rebasing onto eaf7a927c8...

Current branch diff-target is up to date.
Changes applied before test
commit d1b2f7b7b865fb833753e99ee91d1ff817c3fe98
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date:   Thu Jun 4 12:05:23 2020 +0200

    svn.loader: Fix revision parents field to a tuple
    
    Related to D3177

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