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

Upgrade LuaJIT and restore the full cconv_array.t test on macOS M1 #642

Closed elliottslaughter closed 11 months ago

elliottslaughter commented 11 months ago

In principle, this should give us a true resolution to #604, by upgrading LuaJIT to pick up https://github.com/LuaJIT/LuaJIT/commit/83954100dba9fc0cf5eeaf122f007df35ec9a604 which addressed https://github.com/LuaJIT/LuaJIT/issues/205.

elliottslaughter commented 11 months ago

Confirmed the fix on macOS M2, so assuming CI is happy, I'll merge this.