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

feat(swiftpm): update completion for Swift 5.7 #11299

Merged
merged 2 commits into from
Nov 3, 2022

Conversation

MarcoEidinger
Copy link
Contributor

This PR updates the SwiftPM plugin autocomplete information for Swift 5.7.

_swift file was generated by running swift package completion-tool generate-zsh-script with Swift 5.7 (with small modification to include and a manual fix approved by Apple as otherwise the autocompletion would not work)

Result autocompletion

SwiftAutocompletion (1)

Standards checklist:

  • The PR title is descriptive.
  • The PR doesn't replicate another PR which is already open.
  • I have read the contribution guide and followed all the instructions.
  • The code follows the code style guide detailed in the wiki.
  • The code is mine or it's from somewhere with an MIT-compatible license.
  • The code is efficient, to the best of my ability, and does not waste computer resources.
  • The code is stable and I have tested it myself, to the best of my abilities.
  • If the code introduces new aliases, I provide a valid use case for all plugin users down below.

Changes:

  • feat(swiftpm): update completion for Swift 5.7
  • chore(docs): fix typo

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Topic: completion Pull Request or issue regarding completion Type: documentation Documentation issue or Pull Request labels Oct 28, 2022
@mcornella mcornella merged commit 02972f8 into ohmyzsh:master Nov 3, 2022
@mcornella
Copy link
Member

Thanks!

@MarcoEidinger MarcoEidinger deleted the swiftpm-57 branch November 4, 2022 03:14
nbaronov pushed a commit to nbaronov/oh-my-zsh that referenced this pull request Aug 3, 2023
* feat(swiftpm): update completion for Swift 5.7

* chore(docs): fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Topic: completion Pull Request or issue regarding completion Type: documentation Documentation issue or Pull Request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants