lunarmodules/luassert

Infinite loop in utils.deepcompare

benbarbour opened this issue · 1 comments

utils.deepcompare (and hence spy.calledwith) goes into infinite loop if t1 and t2 have references to each other.

Fixed with PR #109