mirror of
https://github.com/janet-lang/janet
synced 2024-11-13 04:09:54 +00:00
340a6c4d8d
Before, we used a local setjmp/longjmp for error handling. Using janet_panic means errors can be more easily expressive and code can be smaller. However, we still need to make vector memory get gc collected, as panics can cause the runtime to skip janet_v_frees. |
||
---|---|---|
.. | ||
janet.h |