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

Use arguments instead of argumentList in the macro template #7422

Merged
merged 1 commit into from Mar 25, 2024

Conversation

ahoppen
Copy link
Contributor

@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
Contributor Author

ahoppen commented Mar 25, 2024

@swift-ci Please test

@ahoppen ahoppen merged commit 2bc24f0 into apple:main Mar 25, 2024
5 checks passed
@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
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.

None yet

2 participants