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

[Swift shipping] Add tooling sorting modules in topological order for processing #2913

Open
2 tasks
Tracked by #95633
jkurdek opened this issue Jan 8, 2025 · 0 comments
Open
2 tasks
Tracked by #95633
Assignees
Labels
area-SwiftBindings Swift bindings for .NET User Story A single user-facing feature. Can be grouped under an epic.

Comments

@jkurdek
Copy link
Member

jkurdek commented Jan 8, 2025

Modules should be processed in topological order by the tooling, so that every type encountered during processing will either reside in the module being processed or will have an existing entry in type database.

Tasks

  • Create a script/tool that generates dependency graph for Swift modules
  • Run the tool on the CI to generate bindings in topogical order
@jkurdek jkurdek added the area-SwiftBindings Swift bindings for .NET label Jan 8, 2025
@kotlarmilos kotlarmilos changed the title [Swift Bindings] Add tooling sorting modules in topological order for processing [Swift shipping] Add tooling sorting modules in topological order for processing Jan 13, 2025
@kotlarmilos kotlarmilos self-assigned this Jan 13, 2025
@kotlarmilos kotlarmilos added the User Story A single user-facing feature. Can be grouped under an epic. label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SwiftBindings Swift bindings for .NET User Story A single user-facing feature. Can be grouped under an epic.
Projects
None yet
Development

No branches or pull requests

2 participants