artiq, core: Return HashSet of error messages for analysis #351
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#351
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-190"
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?
Should help with #190.
TODO: What kernels can we use to test this?
Try porting the test suite, you'll probably get a flurry of errors :)
054271ca48
tofde13810f1
v2: Rebased against master
fde13810f1
to0fd659b0bd
v3: Rebased against master
0fd659b0bd
tofd215ce4ed
v4: Rebased against master, improved error message output for standalone
fd215ce4ed
to9a2249fd74
v5: Rebased against master
9a2249fd74
to316c16d5a6
316c16d5a6
tob949ce947a
b949ce947a
to28dedc0008
v8: Refactored to return HashSet of Strings for now.
Let's use this as a temporary solution for now, we will refactor this into a proper
Diagnostic
class in the future.WIP: artiq, core: Return HashSet of error messages for analysisto artiq, core: Return HashSet of error messages for analysis28dedc0008
todb88c3a78e
v9: Remove redundant semicolons from
return
statements