Skip to content

Conversation

@MatthewRoush
Copy link
Contributor

The previous style of an ArrayList with an allocator field has been deprecated. In Zig 0.15.1 ArrayList is just ArrayListUnmanaged. I Decided to use ArrayListUnmanged for compatibility with older Zig versions, these could probably get changed to just ArrayList in the future.

The previous style of an `ArrayList` with an allocator field has been deprecated. Now `ArrayList` is just `ArrayListUnmanaged`. I Decided to use `ArrayListUnmanged` for compatibility with older Zig versions, these could probably get changed to just `ArrayList` in the future.
@silbinarywolf silbinarywolf merged commit b40e0f1 into silbinarywolf:main Sep 11, 2025
0 of 3 checks passed
@silbinarywolf
Copy link
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.

2 participants