Skip to content

Upgrade Swift Argument Parser to version 1.1.2 #5540

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

Conversation

daltonclaybrook
Copy link

@daltonclaybrook daltonclaybrook commented May 21, 2022

This PR upgrades the Swift Argument Parser dependency to version 1.1.2.

Motivation:

This is the latest version of the dependency and supports new features like async/await via the AsyncParsableCommand type. This dependency must be upgraded in order for packages that depend on both Swift Package Manager and Swift Argument Parser to use these new features of argument parser.

In order to upgrade this dependency, it must also be upgraded in swift-driver and sourcekit-lsp. I will edit this description with links to those PRs after they have been created.

  • swift-driver PR #1106
  • sourcekit-lsp PR #555

I believe the correct order to merge these PRs would be:

  1. swift-driver
  2. swift-package-manager (depends on swift-driver)
  3. sourcekit-lsp (depends on swift-package-manager)

Modifications:

The Package.swift file has been updated to use version 1.1.2 of Swift Argument Parser

@compnerd
Copy link
Member

(See comment from swift-driver, this needs additional work and synchronization before this can be merged)

@neonichu
Copy link
Contributor

neonichu commented Nov 1, 2022

I think this PR can be closed for now.

@neonichu neonichu closed this Nov 1, 2022
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.

3 participants