Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track dependencies more accurately in SwiftPMBuildSystem.targets(dependingOn:) #1312

Open
ahoppen opened this issue May 16, 2024 · 1 comment

Comments

@ahoppen
Copy link
Collaborator

ahoppen commented May 16, 2024

We currently use the topological sort to determine which targets depend on others. This is an over approximation because even targets that occur later in the topological sorting might be independent of the passed in target. We should be consulting the actual dependency graph instead of a flattened list here.

@ahoppen
Copy link
Collaborator Author

ahoppen commented May 17, 2024

Synced to Apple’s issue tracker as rdar://128245755

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant