zig icon indicating copy to clipboard operation
zig copied to clipboard

std.{ArrayList,ArrayHashMap,MultiArrayList,BoundedArray}: popOrNull() -> pop()

Open nektro opened this issue 1 year ago • 4 comments

nektro avatar Mar 24 '24 20:03 nektro

is there a discussion of this elsewhere i can read? what's the motivation for this change?

thejoshwolfe avatar Apr 05 '24 23:04 thejoshwolfe

https://github.com/ziglang/zig/pull/19406#discussion_r1536731443 and that having both Is redundant

nektro avatar Apr 06 '24 00:04 nektro

carefully looked over my code again and didn't see anything that stuck out that seemed to be the cause of the CI issue i'm seeing, which i unfortunately believe is a bug in the c backend. will try to reproduce separately.

nektro avatar Apr 07 '24 02:04 nektro

if the type names are correct its while using a std.AutoArrayHashMapUnmanaged(void, void)

nektro avatar Apr 07 '24 02:04 nektro