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

refactor: replace std.meta.fields with @typeInfo #725

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

simonklee
Copy link
Contributor

Updated instances of std.meta.fields to use @typeInfo for retrieving (struct) fields.

Fix #724

P.S. Haven't really done anything with Zig for a year so. This was just something I did while browsing the source code since I noticed the issue on GH.

Updated instances of `std.meta.fields` to use `@typeInfo` for retrieving
(struct) fields.

Fix Vexu#724
@ehaas ehaas merged commit 06709d1 into Vexu:master Jul 27, 2024
3 checks passed
@ehaas
Copy link
Collaborator

ehaas commented Jul 27, 2024

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.

Remove calls to std.meta.fields
2 participants