terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Limit cconv_array.t on macOS M1 with int8 to 8 parameters #609

Closed elliottslaughter closed 2 years ago

elliottslaughter commented 2 years ago

This is a workaround for #604. LuaJIT does not support more than 8 int8 parameters, so we're just going to have to live with this until that is addressed.