mirror of
https://github.com/janet-lang/janet
synced 2024-11-19 07:04:48 +00:00
b8032ec61d
This allows better stacktraces when manually intercepting signals to clean up resources. Also allows functionality from Common Lisp's unwind-protect, such as calling cleanup code while unwindinding the stack, restarting on certain signals, and just in general having more control over signal and signal propagation. Also fix a bug encountered while implementing with-resource in the compiler. Desturcturing arguments that were not the last argument would often result in bad code generation, as slots used to destructure the earlier arguments would invalidate the later parameters. This is fixed by allocating all named parameters before doing any destructuring. |
||
---|---|---|
.. | ||
amalg | ||
install | ||
helper.janet | ||
suite0.janet | ||
suite1.janet | ||
suite2.janet | ||
suite3.janet | ||
suite4.janet | ||
suite5.janet | ||
suite6.janet | ||
suite7.janet |