Commit 5f7bfc0
specialize
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 <[email protected]>VersionNumber constructors less aggressively (#54386)1 parent 1d7c771 commit 5f7bfc0
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments