Everywhere in the API and spec the arrays passed around are bundled with a length variable, with one exception: pSeed in pack_C_GenerateRandom_Return.
For now this is a hardcoded value (0).
@vanrein proposed to wrap every object into a dercursor. I think this is a bit overkill, since this is the only point that I know of where this is a problem. i propose we change the spec.
Everywhere in the API and spec the arrays passed around are bundled with a length variable, with one exception:
pSeedinpack_C_GenerateRandom_Return.keehive/src/generated/pack.c
Line 3538 in 4b247ba
For now this is a hardcoded value (
0).@vanrein proposed to wrap every object into a dercursor. I think this is a bit overkill, since this is the only point that I know of where this is a problem. i propose we change the spec.