Assert Statement Support #251
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#251
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "assert"
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?
#89
Implemented without a
_artiq_raise_assert
in the runtime and directly raise anAssertionError
if assertion failsSo, such a
_artiq_raise_assert
function won't be needed ever?