-
Notifications
You must be signed in to change notification settings - Fork 4
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
Gen IR version: 0.5.0 #71
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prepare for versioned formulae
Rewrite workspace project discovery to break it up into more sensible & logical pieces. Add a test asset (test to come). The biggest change is that the group naming only follows the nearest group parent - not all of them
Workspace Project Discovery fixes
This allows for determining the 'Link Binary with Libraries' build phase (which... for no reason... isn't listed as a dependency in the target?!)
Include tests
This change adds: * the ability to write a DOT file representing the dependency graph of the project with new CLI option * fixes the graph by correcting a mistake where edges could be linked multiple times, and removes original transitive depependency finding since that's now in the graph * adds support for 'embed frameworks' copy files build phase
Support Framework Build Phase, Rework Dependency Mapping
This attempts to more accurately define what Gen-IR's idea of a target is, which is a bit different than the PIF representation. Not every target is considered buildable, so we also split out the storage of commands and pass them directly to CompilerCommandRunner.
Adopt PIF cache as a means for determining targets and relationships
Update version string to 0.5.0-beta
PIF workspace and project paths may not be present
Add watchOS product types
cirruslabs is more likely to keep theirs updated with issues
Fix SwiftLint Job
- Change SwiftLint job to run on pull requests that change swift files - Update build job to use new checkout action
Update pipelines
Add --strict to SwiftLint
Xcode 16 Support
Update release version to 0.5.0
NinjaLikesCheez
approved these changes
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes for the 0.5.0 release.
This release contains numerous bug fixes and the migration to utilizing the Project Interchange Format (PIF). Also included is preliminary support for Xcode 16.