instead of a mix-in class.
A future commit will add a method implemented by both with different
signatures that mypy cannot unify yet.
Differential D8150
Rename HashableObject to BaseHashableModel and make it a subclass of BaseModel vlorentz on Jul 21 2022, 12:44 PM. Authored by Tags None Subscribers None
Details
instead of a mix-in class. A future commit will add a method implemented by both with different
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D8150 (id=29431)Rebasing onto b872718ab4... Current branch diff-target is up to date. Changes applied before testcommit a2158edd4073887a36c9778dcc1b71c667e66866 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 21 12:42:42 2022 +0200 Rename HashableObject to BaseHashableModel and make it a subclass of BaseModel instead of a mix-in class. A future commit will add a method implemented by both with different signatures that mypy cannot unify yet. Link to build: https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/490/ Comment Actions Build is green Patch application report for D8150 (id=29435)Rebasing onto b872718ab4... Current branch diff-target is up to date. Changes applied before testcommit b867d22a904c41ac40c2e7629ecf7bfdcfa25c4b Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 21 12:42:42 2022 +0200 Rename HashableObject to BaseHashableModel and make it a subclass of BaseModel instead of a mix-in class. A future commit will add a method implemented by both with different signatures that mypy cannot unify yet. See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/492/ for more details. |