-
Notifications
You must be signed in to change notification settings - Fork 82
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
[1/y] Optimize dependency graph traversal #249
Merged
andrewchang-bird
merged 19 commits into
master
from
dev/andrewchang-bird/optimize-dep-graph
Jan 6, 2022
Merged
[1/y] Optimize dependency graph traversal #249
andrewchang-bird
merged 19 commits into
master
from
dev/andrewchang-bird/optimize-dep-graph
Jan 6, 2022
Commits on Aug 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fef53c4 - Browse repository at this point
Copy the full SHA fef53c4View commit details
Commits on Dec 23, 2021
-
Merge CLI and framework SwiftPM packages
The CLI was previously split out from the framework package definitions to fix SwiftUI issues. This merges the packages under a conditional build flag, similar to the official SwiftPM package manifest: https://github.com/apple/swift-package-manager/blob/main/Package.swift
Configuration menu - View commit details
-
Copy full SHA for 568dd16 - Browse repository at this point
Copy the full SHA 568dd16View commit details -
Clean up CLI build variant nomenclature
Hermetic / non-portable builds are the default going forward given the the launcher included in 0.17. Installable artifacts will be released with the `-installable` suffix and the less intuitive `-cisafe` will be dropped for hermetic builds.
Configuration menu - View commit details
-
Copy full SHA for 5fe76ff - Browse repository at this point
Copy the full SHA 5fe76ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9666e - Browse repository at this point
Copy the full SHA 4b9666eView commit details -
Bump XcodeProj and SwiftSyntax for Xcode 13 compat
- XcodeProj 8.0.0 -> 8.7.1 - SwiftSyntax 0.50400.0 -> 0.50500.0
Configuration menu - View commit details
-
Copy full SHA for 21acaad - Browse repository at this point
Copy the full SHA 21acaadView commit details -
Bump CLI macOS platform target to 10.15
Fixes the linker warning that lib_InternalSwiftSyntaxParser.dylib was built for newer macOS version (10.14.6) than being linked (10.13).
Configuration menu - View commit details
-
Copy full SHA for e7c8ba8 - Browse repository at this point
Copy the full SHA e7c8ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38eb9d3 - Browse repository at this point
Copy the full SHA 38eb9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da4dcf - Browse repository at this point
Copy the full SHA 7da4dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3e156 - Browse repository at this point
Copy the full SHA cd3e156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 651880d - Browse repository at this point
Copy the full SHA 651880dView commit details
Commits on Dec 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32a5405 - Browse repository at this point
Copy the full SHA 32a5405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 833e138 - Browse repository at this point
Copy the full SHA 833e138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24518df - Browse repository at this point
Copy the full SHA 24518dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb807b - Browse repository at this point
Copy the full SHA cbb807bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75c4c1 - Browse repository at this point
Copy the full SHA a75c4c1View commit details -
- Removed Xcode 12 workflow as SwiftSyntax 0.50500.0 is not source compatible with Xcode 13. - Migrated from `install` to `configure` command.
Configuration menu - View commit details
-
Copy full SHA for 221a9a0 - Browse repository at this point
Copy the full SHA 221a9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ec6b5 - Browse repository at this point
Copy the full SHA 03ec6b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39de1ee - Browse repository at this point
Copy the full SHA 39de1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfda5b5 - Browse repository at this point
Copy the full SHA bfda5b5View commit details
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.