Page MenuHomeSoftware Heritage

backfill: Add typing to RANGE_GENERATORS.
AbandonedPublic

Authored by vlorentz on Mar 15 2022, 4:56 PM.

Details

Reviewers
None
Group Reviewers
Reviewers
Summary

Without it, mypy errors with 'Cannot call function of unknown type' when called
from a type-checked function.

Diff Detail

Repository
rDSTO Storage manager
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 27452
Build 42956: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 42955: arc lint + arc unit

Event Timeline

Build is green

Patch application report for D7352 (id=26572)

Rebasing onto 77f7e6d10a...

Current branch diff-target is up to date.
Changes applied before test
commit b48366ac865457063baac87c0615c039449b0834
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Tue Mar 15 16:56:40 2022 +0100

    backfill: Add typing to RANGE_GENERATORS.
    
    Without it, mypy errors with 'Cannot call function of unknown type' when called
    from a type-checked function.

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

it's incorrect; replaced by D7354