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

[NFC] Split LLBuildManifestBuilder.swift into extension files #6966

Merged
merged 2 commits into from Oct 4, 2023

Conversation

MaxDesiatov
Copy link
Member

LLBuildManifestBuilder.swift is getting too big, especially when there's a need to add new commands for additional build steps. Fortunately, it's already separated out into multiple extensions, with different commands implemented in each extension. Let's move those extensions into separate files for better readability and easier discovery/navigation.

`LLBuildManifestBuilder.swift` is getting too big, especially when there's a need to add new commands for additional build steps. Fortunately, it's already separated out into multiple extensions, with different commands implemented in each extension. Let's move those extensions into separate files for better readability and easier discovery/navigation.
@MaxDesiatov MaxDesiatov changed the title Split LLBuildManifestBuilder.swift into extension files [NFC] Split LLBuildManifestBuilder.swift into extension files Oct 3, 2023
@MaxDesiatov
Copy link
Member Author

@swift-ci test

@MaxDesiatov MaxDesiatov enabled auto-merge (squash) October 3, 2023 18:02
@MaxDesiatov
Copy link
Member Author

@swift-ci test

@MaxDesiatov
Copy link
Member Author

@swift-ci test windows

@MaxDesiatov MaxDesiatov merged commit e36943b into main Oct 4, 2023
5 checks passed
@MaxDesiatov MaxDesiatov deleted the maxd/split-manifestbuilder branch October 4, 2023 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants