Skip to content

Use arguments instead of argumentList in the macro template #7422

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 1 commit into from
Mar 25, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Mar 25, 2024

argumentList has been deprecated. We should use arguments instead.

`argumentList` has been deprecated. We should use `arguments` instead.
@ahoppen
Copy link
Member Author

ahoppen commented Mar 25, 2024

@swift-ci Please test

@ahoppen ahoppen merged commit 2bc24f0 into swiftlang:main Mar 25, 2024
@ahoppen ahoppen deleted the ahoppen/no-argumentlist branch March 25, 2024 22:24
ahoppen added a commit that referenced this pull request Mar 26, 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
#7422
furby-tm pushed a commit to wabiverse/swift-package-manager that referenced this pull request May 15, 2024
…tlang#7422)

`argumentList` has been deprecated. We should use `arguments` instead.
furby-tm pushed a commit to wabiverse/swift-package-manager that referenced this pull request May 15, 2024
…tlang#7422)

`argumentList` has been deprecated. We should use `arguments` instead.
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