Commit graph

2 commits

Author SHA1 Message Date
Bastian Lederer
fb9c2b65fa Ensure forward compatibility with ipl-orm by adding return types (#1340)
Add explicit return types to `ipl-orm`-derived methods to prepare for strict
typing. These additions are safe, as they only annotate existing methods that
previously lacked return type declarations.

(cherry picked from commit f8d4f92566)
2026-04-01 10:40:13 +02:00
Johannes Meyer
e5b499bbdb UnreachableParent: Eliminate duplicate nodes
Nodes might be referenced by multiple independent paths, which
might lead to the same root problem multiple times.
2025-01-15 16:39:50 +01:00