Skip to content

Conversation

@ahoppen
Copy link
Member

@ahoppen ahoppen commented Mar 25, 2024

  • Explanation: argumentList has been deprecated. The Swift macro template should use arguments instead.
  • Scope: The Swift macro template
  • Risk: Very low
  • Testing: Made the same modification in a macro package that was freshly generated from the template and verified that it builds without warnings
  • Issue: n/a
  • Reviewer: @MaxDesiatov on Use arguments instead of argumentList in the macro template #7422

`argumentList` has been deprecated. We should use `arguments` instead.
@ahoppen ahoppen added the swift 6.0 Related to Swift 6.0 release branch label Mar 25, 2024
@ahoppen
Copy link
Member Author

ahoppen commented Mar 25, 2024

@swift-ci Please test

@ahoppen ahoppen merged commit 174e327 into swiftlang:release/6.0 Mar 26, 2024
@ahoppen ahoppen deleted the ahoppen/6.0/no-argumentlist branch March 26, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

swift 6.0 Related to Swift 6.0 release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants