tuist/fixtures/ios_workspace_with_dependen.../Frameworks
Kas 36fd90af27
Fix false positive cycle detection (#546)
Resolves: https://github.com/tuist/tuist/issues/460

- Implemented depth first search to check for cycles once the graph is fully constructed
- Changed the order in which target nodes are added to the cache to prevent infinite loops in the event of cycles being present

Test Plan:

- Run `tuist generate` within `fixtures/ios_workspace_with_dependency_cycle`
- Verify a cycle error is displayed
2019-10-15 14:26:07 +01:00
..
FrameworkA Fix false positive cycle detection (#546) 2019-10-15 14:26:07 +01:00
FrameworkB Fix false positive cycle detection (#546) 2019-10-15 14:26:07 +01:00