Hive Hive
Sign in

Iterate over deep dependency graphs without stack overflow

Metadata
Source
GitHub
Version
4.201.0-rc.6
Published
Jul 02, 2026 · 15:53 UTC
Repository
tuist/tuist
Update

Several graph processors that relied on recursive traversal are now iterative: CircularDependencyLinter, GraphCircularDetector, the local topologicalSort (moved into TuistSupport), ModuleMapMapper, and StaticProductsGraphLinter. Large valid graphs that used to crash with a stack overflow during tuist generate now complete successfully.