Summary

Topics: Stack traces and Deferred calls

This was a very slow week. Only 8 commits have been pushed to the repository.


Stack traces

Stack traces are now printed to standard error instead of standard output. This simplifies logging and output capture.


Deferred calls

Deferred calls are now invoked when stack is being unwound on unhandled exceptions. Suitable test has been added to the test suite.