lunarmodules / luassert

Assertion library for Lua
MIT License
202 stars 77 forks source link

Detect mock cycles #142

Closed briandcho closed 7 years ago

briandcho commented 7 years ago

Fixes issue where mocking self-referencing tables would cause a stack overflow.

DorianGray commented 7 years ago

:+1:

briandcho commented 7 years ago

Ugh. luajit segfaults.