@Varriount Thanks for the suggestion, compiling with -d:checkAbi spits some
error during compilation:
: execution of an external compiler program 'gcc -c -w
-I/home/clyybber/builds/nim/lib
-I/home/clyybber/projects/wyven/concept/image/nimage/tests -o
/home/clyybber/.cache/nim/test1_d/stdlib_iterators.c.o
/home/clyybber/.cache/nim/test1_d/stdlib_iterators.c' failed with exit code: 1
In file included from
/home/clyybber/.cache/nim/test1_d/stdlib_iterators.c:9:
/home/clyybber/builds/nim/lib/nimbase.h:520:3: error: static assertion
failed: "Nim & C disagree on type size"
_Static_assert(sizeof(typ) == sz, "Nim & C disagree on type size")
^~~~~~~~~~~~~~
/home/clyybber/.cache/nim/test1_d/stdlib_iterators.c:33:1: note: in
expansion of macro ‘NIM_CHECK_SIZE’
NIM_CHECK_SIZE(TFrame, -3);
^~~~~~~~~~~~~~
Run