Hive Hive
Sign in

Prevent stack overflow crashes on large dependency graphs

Metadata
Source
GitHub
Version
4.201.0-canary.12
Published
Jun 18, 2026 · 15:56 UTC
Repository
tuist/tuist
Update

Several graph-processing paths that used recursive traversal are now iterative. This prevents tuist generate from crashing with a stack overflow on large, valid acyclic dependency graphs while keeping the same circular-dependency detection, topological ordering, and linting behavior.