i couldn’t build ANYTHING under 0.13.0 and segfaulted inside std/array_list_zig… since i DO want to move forward from 0.12.0 (where all is well, modulo the issue in the OP), i’ll need to do some more troubleshooting…
0.11.0 was also a non-starter, but for very different reasons… i’m less motivated to address this, however…
i could probably tweak my current 0.12.0 codebase to cause a segfault – if that would help…
referring to this post, all of this code is part of an upstream meta-program which executes natively on the host… strange as it may seem, performance is not all that important; and i’ve already moved some computation from comptime
to “runtime”, as i’m still a little shy about the former…
unfortunately, my struct
either contains a type-valued field or else has a type-valued method…