Before this commit, decorating with @remote_api_endpoint made
mypy completely unable to detect the type of the decorated function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rDCORE Foundations and core functionalities
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 14024 Build 21526: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 21525: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D3635 (id=12794)
Rebasing onto 028ef739da...
Current branch diff-target is up to date.
Changes applied before test
commit 6b3f238e1f5398ea03e7213cb373b9ada40c9cc5 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Jul 29 09:57:13 2020 +0200 Make @remote_api_endpoint preserve typing information for mypy. Before this commit, decorating with @remote_api_endpoint made mypy completely unable to detect the type of the decorated function.
See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/31/ for more details.