-
Notifications
You must be signed in to change notification settings - Fork 22
Use assert_never #55
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Now that TypeIs is in use, exhaustive type checking can be asserted at compile time instead of run time; for example, here:
smpclient/examples/ble/imagestate.py
Lines 26 to 31 in 83cfd1c
The examples should demonstrate this approach.