You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
71: WIP: Update embedded-hal to version 1.0.0-alpha.6 r=eldruin a=caemor
The delay update is pretty straightforward.
The error update is more difficult: The current implementation creates a new struct including a single element: the upstream linux error, and implement the e-h error trait for it. I've got two issues with this.
Is creating a new struct the best way to do this?
For matching the e-h trait kind: Currently I just matched everything to `Other` because I couldn't find any good matches when taking a quick glance. Is there something that should be matched?
The creation of a central error enum for linux e-h would be an other alternative way to solve this.
Co-authored-by: Caemor <[email protected]>
Co-authored-by: Chris <[email protected]>
0 commit comments