-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area/v3relates to / is being considered for v3relates to / is being considered for v3
Milestone
Description
The strconv
API with Parse.*
functions omits the bit size and always returns the 64-bit type. Doing the same for the relevant flag types would reduce the library surface area and testing code significantly (imho)
- collapse
Int64Flag
intoIntFlag
withint64
destination/return type #1763 - collapse
Int64SliceFlag
intoIntSliceFlag
with[]int64
destination/return type #1764 - collapse
Uint64Flag
intoUintFlag
withuint64
destination/return type #1766 - collapse
Uint64SliceFlag
intoUintSliceFlag
with[]uint64
destination/return type #1767 - rename
Float64Flag
toFloatFlag
retainingfloat64
destination/return type #1771 - rename
Float64SliceFlag
toFloatSliceFlag
retaining[]float64
destination/return type #1772
abitrolly
Metadata
Metadata
Assignees
Labels
area/v3relates to / is being considered for v3relates to / is being considered for v3