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
Switch to TryFrom conversions for TimeSpec and Duration
Their underlying types are not congruent and therefor "lossy"
conversions with usually unexpected behavior result from it.
Let's make this explicit by switching from From conversions to TryFrom.
The error types used there are quite spartan. Is there a need for more
detailed reporting?
0 commit comments