Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

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?

@andrewrk
Copy link
Member

Unblocked now?

@Vexu
Copy link
Member Author

Vexu commented Nov 14, 2025

I still need to finish Vexu/arocc#918.

@Vexu Vexu merged commit 75c8c6d into main Nov 16, 2025
3 checks passed
@Vexu Vexu deleted the aro-sync branch November 16, 2025 11:43
@andrewrk
Copy link
Member

andrewrk commented Nov 20, 2025

Nice, looks like a good time to sync ziglang/zig too then?

ziglang/zig#25986

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