You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
When you say its "temporarily implemented as a function runtime"... will it always be in the runtime? Me and @kiljacken discussed this in IRC, and we think that it might be best if its moved into the standard library so we don't have dependencies to libc in the runtime of the language.
We should have a nice
panic
function that unwinds the stack, runs deferred functions, then prints a pretty error message with stack trace.Right now, panic is temporarily implemented as a function in runtime.
The text was updated successfully, but these errors were encountered: