lean2/tests
Leonardo de Moura aec9c84d0d fix(util/lua): deadlock
Errors in the Lua library produce longjmps.
The longjmp will not unwind the C++ stack.
In the new test, the lock was not being released, and the system was deadlocking in the next call that tried to lock the environment

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-04 15:16:29 -08:00
..
lean fix(util/lua): deadlock 2014-02-04 15:16:29 -08:00
lua refactor(kernel): remove semantic attachments from the kernel 2014-02-02 14:48:27 -08:00