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

Gen IR version: 0.5.0 #71

Merged
merged 75 commits into from
Sep 13, 2024
Merged

Gen IR version: 0.5.0 #71

merged 75 commits into from
Sep 13, 2024

Conversation

bmxav
Copy link
Contributor

@bmxav bmxav commented Sep 11, 2024

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.

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
This allows for determining the 'Link Binary with Libraries' build phase (which... for no reason... isn't listed as a dependency in the target?!)
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
NinjaLikesCheez and others added 27 commits May 27, 2024 15:10
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
cirruslabs is more likely to keep theirs updated with issues
- Change SwiftLint job to run on pull requests that change swift files
- Update build job to use new checkout action
@bmxav bmxav merged commit 32f7d73 into main Sep 13, 2024
2 checks passed
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.

2 participants