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

Update zerovec!/zeroslice! macro syntax to nested arrays #3611

Merged
merged 3 commits into from
Jul 3, 2023

Conversation

skius
Copy link
Member

@skius skius commented Jul 3, 2023

Fixes #3478

Before: zeroslice![ty; somefn; value1, value2, ...]

After: zeroslice!(ty; somefn; [value1, value2, ...])

Manishearth
Manishearth previously approved these changes Jul 3, 2023
Manishearth
Manishearth previously approved these changes Jul 3, 2023
@skius skius requested a review from Manishearth July 3, 2023 10:25
@robertbastian robertbastian merged commit 81c1a16 into unicode-org:main Jul 3, 2023
Copy link
Member

@sffc sffc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Syntax of the zeroslice macro
4 participants