That's the sensible format, and the one we already use in the backfiller.
Details
Details
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/533/ for more details.
swh/storage/in_memory.py | ||
---|---|---|
1284 | there is behavior change here (no more ValueError raised), it could be documented in the commit message I guess. | |
1287 | why this deepcopy necessary? I mean at this point, visits is already a deepcopy of the given visits argument. | |
swh/storage/storage.py | ||
1295 | same question a above. |
swh/storage/in_memory.py | ||
---|---|---|
1287 | because the list of visits is re-used below, and it needs the 'id'. |
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/535/ for more details.
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/536/ for more details.