Urukul 9910 sync: CompileError: type error (incompatible types) #273
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#273
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?
Well, at least that is marked as NAC3TODO:
https://github.com/m-labs/artiq/blob/nac3/artiq/coredevice/ad9910.py#L201
(disregarding another nac3todo in that file, to support generic EEPROM drivers)
What would be the course of action here? I assume the type of the class cannot change in a variable? First thing that popped to my mind was to merge both SyncDataUser and SyncDataEeprom into one bigger class and switch between user and eeprom internally.
#69
Just change the type annotation to SyncDataEeprom for testing for now.