branch names and targets are expected to be bytes.
This should allow to get rid of the type castings in check_snapshot().
Also inclde a small code improvement in package/loader.py
Differential D3494
Fix branches types in tests douardda on Jul 10 2020, 3:31 PM. Authored by
Details
branch names and targets are expected to be bytes. Also inclde a small code improvement in package/loader.py
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D3494 (id=12357)Rebasing onto 72590f9980... Current branch diff-target is up to date. Changes applied before testcommit 79251983cbe23cde8e2d71f17a9f812856f5d698 Author: David Douard <david.douard@sdfa3.org> Date: Fri Jul 10 15:24:59 2020 +0200 Fix branches types in tests branch names and targets are expected to be bytes. This should allow to get rid of the type castings in check_snapshot(). commit d943aed979edc40d8329ad6212279efa49881b0b Author: David Douard <david.douard@sdfa3.org> Date: Mon Jul 6 15:47:40 2020 +0200 Small code improvement in package/loader.py See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/137/ for more details. Comment Actions Build is green Patch application report for D3494 (id=12369)Rebasing onto fe28c44349... First, rewinding head to replay your work on top of it... Applying: Small code improvement in package/loader.py Applying: Fix branches types in tests Changes applied before testcommit 5846e7a066280ea2ec1905b4d3e0d0bf0d3ee6bb Author: David Douard <david.douard@sdfa3.org> Date: Fri Jul 10 15:24:59 2020 +0200 Fix branches types in tests branch names and targets are expected to be bytes. This should allow to get rid of the type castings in check_snapshot(). commit 76b59f2300d8556cb180b35b0c8630e51b995aa3 Author: David Douard <david.douard@sdfa3.org> Date: Mon Jul 6 15:47:40 2020 +0200 Small code improvement in package/loader.py See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/143/ for more details. Comment Actions Build is green Patch application report for D3494 (id=12371)Rebasing onto fe28c44349... Current branch diff-target is up to date. Changes applied before testcommit fcc7e61bf9c9aaca587f218fa0beeb32e5b5ae29 Author: David Douard <david.douard@sdfa3.org> Date: Fri Jul 10 15:24:59 2020 +0200 Fix branches types in tests branch names and targets are expected to be bytes. This should allow to get rid of the type castings in check_snapshot(). commit c05adcaf5c288f1d51f6d153695d71ee6a97bd52 Author: David Douard <david.douard@sdfa3.org> Date: Mon Jul 6 15:47:40 2020 +0200 Small code improvement in package/loader.py See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/144/ for more details. |