Closed TarCV closed 4 years ago
Actually, revisiting that, I don't think there are any other statement/expression that can leave unused values on stacks. So the fix as is should be enough. Also with soon coming updates to debotc, similar issues should be caught in CI.
Fixes #10
This is a quick fix. Proper fix should also keep note of current stack depth and assert it is empty when closing scope (or may be on semicolon).