Skip to content

std.meta.Tuple is deprecated#249

Merged
Snektron merged 2 commits into
Snektron:masterfrom
kgarri:remove-std-meta-tuple
May 12, 2026
Merged

std.meta.Tuple is deprecated#249
Snektron merged 2 commits into
Snektron:masterfrom
kgarri:remove-std-meta-tuple

Conversation

@kgarri
Copy link
Copy Markdown
Contributor

@kgarri kgarri commented May 11, 2026

Currently in the master branch of zig std.meta.Tuple is deprecated and caused compile errors when trying to build vulkan-zig. This issue was fixed by changing the return type of the lenToPointer function to return an anonymous struct with the same types used to define the original tuple.

kgarri added 2 commits May 11, 2026 11:54
…terSize, bool} to reflect changes to master branch of zig that removes std.meta.Tuple
@ezzieyguywuf
Copy link
Copy Markdown

FWIW, this change LGTM, I've tested it locally and it works with 0.17.0-dev.284+cd23f7a81

@Snektron Snektron merged commit b496a6a into Snektron:master May 12, 2026
1 check passed
@Snektron
Copy link
Copy Markdown
Owner

Thanks

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.

3 participants