artiq: Update host exception list to match possibly thrown types #329
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#329
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-283"
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?
Match the list present in
embedding_map.py
with the list fromlib.rs
.TODO: Any things I need to do to verify this fixes the problem?Requires https://github.com/m-labs/artiq/pull/2269.
Fixes #283.
Which lib.rs ?
Raise the exceptions on hardware and check that you get the Python ones after the kernel finishes.
a15b40890d
todbdadb2ece
dbdadb2ece
to73d95b08dc
v2, v3: Rebased against
master
nac3artiq/src/lib.rs
, incompile_method
.Unfortunately I cannot reproduce the issue when explicitly raising the exception, similar to what reported by Anto here. I might need a Urukul device to test this with.
73d95b08dc
to277295cce5
v4: Rebased against
master
277295cce5
to1d3f9a65c5
v5: Rebased against
master
1d3f9a65c5
toe1d354160d
v6: Rebased against mater, linked with issue in
artiq
.WIP: artiq: Update host exception list to match possibly thrown typesto artiq: Update host exception list to match possibly thrown types