support augmented assignments #82
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#82
Loading…
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?
for example
This is actually fairly common in ARTIQ drivers, and while it can be worked around it should be quick to implement instead.
What to do about the
unimplemented!()
call for unsupported types? Eventually we cannot leave it like that for the users.If we support
AugAssign
only for those scalar types this is fine IMO, but there should be a good error message when the user tries to do something else.