Because parameters of Web API view functions were not typed, mypy was
not processing the body of those functions and thus typing errors could
be missed.
So add typing to these function signatures and fix new mypy errors now
new code is processed.
Differential D7959
api: Add typing to view function signatures anlambert on Jun 3 2022, 3:56 PM. Authored by
Details
Because parameters of Web API view functions were not typed, mypy was So add typing to these function signatures and fix new mypy errors now
Diff Detail
Event TimelineComment Actions Build was aborted Patch application report for D7959 (id=28675)Rebasing onto 3a4e607645... Current branch diff-target is up to date. Changes applied before testcommit cfe35486e698352221ec91d432a34ff5438bd4c0 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Jun 3 15:19:03 2022 +0200 api: Add typing to view function signatures Because parameters of Web API view functions were not typed, mypy was not processing the body of those functions and thus typing errors could be missed. So add typing to these function signatures and fix new mypy errors now new code is processed. Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1880/ Comment Actions Build has FAILED Patch application report for D7959 (id=28675)Rebasing onto 3a4e607645... Current branch diff-target is up to date. Changes applied before testcommit cfe35486e698352221ec91d432a34ff5438bd4c0 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Jun 3 15:19:03 2022 +0200 api: Add typing to view function signatures Because parameters of Web API view functions were not typed, mypy was not processing the body of those functions and thus typing errors could be missed. So add typing to these function signatures and fix new mypy errors now new code is processed. Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1881/ Comment Actions Build is green Patch application report for D7959 (id=28682)Rebasing onto 631925c646... Current branch diff-target is up to date. Changes applied before testcommit 6727a2385f9d2497787ce30a68f36fdd13b7e360 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Jun 3 15:19:03 2022 +0200 api: Add typing to view function signatures Because parameters of Web API view functions were not typed, mypy was not processing the body of those functions and thus typing errors could be missed. So add typing to these function signatures and fix new mypy errors now new code is processed. See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1883/ for more details. Comment Actions nice
Comment Actions Build is green Patch application report for D7959 (id=28721)Rebasing onto 66ded032dc... Current branch diff-target is up to date. Changes applied before testcommit 72b6022e096697ca0a9bfbec9e2e285197c2a5a8 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Jun 3 15:19:03 2022 +0200 api: Add typing to view function signatures Because parameters of Web API view functions were not typed, mypy was not processing the body of those functions and thus typing errors could be missed. So add typing to these function signatures and fix new mypy errors now new code is processed. See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1889/ for more details. |