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

[SE-0301] Package Editor Commands Implementation #3034

Closed
wants to merge 1 commit into from

Commits on Jul 25, 2021

  1. [PackageSyntax] Implement mechanical package manifest editing

    This commit adds a new module, PackageSyntax, which supports making mechanical
    edits to Package.swift manifests. It also exposes a CLI interface for this functionality
    
    [PackageSyntax] Adapt to changes in identity and package plugin APIs
    
    [PackageSyntax] Don;t include name argument in package dependency descriptions on 5.5+
    
    [PackageSyntax] Improve tools version coverage of PackageEditor end to end tests
    
    [PackageSyntax] Adapt to more identity API changes
    
    [PackageSyntax] Use new branch and revision convenience methods on 5.5+
    
    [PackageSyntax] Run the bootstrap script without PackageSyntax if SwiftSyntax isn't checked out or --skip-package-syntax is passed
    
    Revert "[PackageSyntax] Run the bootstrap script without PackageSyntax if SwiftSyntax isn't checked out or --skip-package-syntax is passed"
    
    This reverts commit 6f0a920.
    owenv committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    234303e View commit details
    Browse the repository at this point in the history