lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

fix(luajit) also cache the `ffi.typeof` function #623

Closed Tieske closed 4 years ago

Tieske commented 4 years ago

Busted already caches the ffi.cdef function, but ffi.typeof is another candidate having the same re-register problem