Provide builtin assert #99
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If asserts argument is a constant evaluating to false, generate an unreachable call, otherwise assert.
visit(boot::procedure_call *call)
handles anassert
call. Extract this logic into a separate private function.assert()
with a non-constant is ignored. Abort the execution if the assertion fails.unreachable
from the Generic symbol table.