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
specialize VersionNumber constructors less aggressively (#54386)
There's no need to specialize this code for every set of Tuple types
that it might see, especially when the primary callers don't know their
Tuple type any more precisely than this anyway.
Eliminates a dynamic dispatch from `tryparse(VersionNumber, "...")`
Co-authored-by: Gabriel Baraldi <baraldigabriel@gmail.com>
0 commit comments