lunarmodules / luassert

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

Save spies to weak table #121

Closed o-lim closed 9 years ago

o-lim commented 9 years ago

This allows spies to be garbage collected without needing to revert the current snapshot. Fixes a memory leak if a snapshot is never reverted.