review artiq_builtin = True
in ARTIQ exceptions #191
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#191
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
In the legacy code, some exceptions are defined as:
Figure out what
artiq_builtin
does and if NAC3 needs it.review ``artiq_builtin = True`` in ARTIQ exceptionsto review `artiq_builtin = True` in ARTIQ exceptionsWe need this to indicate that the exception is an builtin exception with object ID 0, so the name is synchronized with the firmware.
Probably related: currently there is no core device traceback for built-in exceptions.
Also fixed in #218