Skip to content

Conversation

@Vexu
Copy link
Member

@Vexu Vexu commented Oct 20, 2025

Closes #201
Closes #191
Closes #184
Closes #188
Closes #186
Closes #189
Closes #213
Closes #216
Closes #219
Closes #218
Closes #224

// return @ptrCast(&self.*.<field_name>);
const address_of = try ZigTag.address_of.create(t.arena, field_access);
const casted = try ZigTag.ptr_cast.create(t.arena, address_of);
const alinged = try ZigTag.align_cast.create(t.arena, address_of);
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo in the variable name here (alinged)

@Vexu
Copy link
Member Author

Vexu commented Oct 31, 2025

zig build segfaults on windows but if I download the Aro repo and use .path it builds just fine. I guess fetching is broken on Windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment