Skip to content

Bumping to SwiftSyntax 600.0.1 #56

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

Merged
merged 2 commits into from
Oct 20, 2024

Conversation

mobrien-ghost
Copy link
Collaborator

@mobrien-ghost mobrien-ghost commented Oct 20, 2024

  • Bumps to latest SwiftSyntax version tag
  • Updates throws specifier to use updated throwsClause.throwsSpecifier
  • Adds isKeywordPresent variable to Function declaration type
    • Dependency update now counts some code block invocations as function declarations. This may be an issue, however, there is a presence property on the funcKeyword which will at least provide consumers some means of filtering easier.
  • Moves inout logic to SyntaxChildren+InOut for convenience/re-use
    • Updates inout assessment to account for now used TypeSpecifierListSyntax and child TypeSpecifierListSyntax that came with dependency update.
    • Falls back to existing behavior
  • Updates swift package manifests

@mobrien-ghost mobrien-ghost merged commit d962145 into develop Oct 20, 2024
3 checks passed
@mobrien-ghost mobrien-ghost deleted the mobrien/swift-6-syntax-version-bump branch October 24, 2024 13:58
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.

2 participants