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

[1/y] Optimize dependency graph traversal #249

Merged
merged 19 commits into from
Jan 6, 2022

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    fef53c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. 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
    andrewchang-bird committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    568dd16 View commit details
    Browse the repository at this point in the history
  2. 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.
    andrewchang-bird committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    5fe76ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b9666e View commit details
    Browse the repository at this point in the history
  4. Bump XcodeProj and SwiftSyntax for Xcode 13 compat

    - XcodeProj 8.0.0 -> 8.7.1
    - SwiftSyntax 0.50400.0 -> 0.50500.0
    andrewchang-bird committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    21acaad View commit details
    Browse the repository at this point in the history
  5. 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).
    andrewchang-bird committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    e7c8ba8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38eb9d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7da4dcf View commit details
    Browse the repository at this point in the history
  8. Add version command

    andrewchang-bird committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    cd3e156 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    651880d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    32a5405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833e138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24518df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbb807b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a75c4c1 View commit details
    Browse the repository at this point in the history
  6. Fix GitHub workflows

    - Removed Xcode 12 workflow as SwiftSyntax 0.50500.0 is not source
      compatible with Xcode 13.
    - Migrated from `install` to `configure` command.
    andrewchang-bird committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    221a9a0 View commit details
    Browse the repository at this point in the history
  7. Update README

    andrewchang-bird committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    03ec6b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39de1ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfda5b5 View commit details
    Browse the repository at this point in the history