-
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
Int64FlagintoIntFlagwithint64destination/return type #1763 - collapse
Int64SliceFlagintoIntSliceFlagwith[]int64destination/return type #1764 - collapse
Uint64FlagintoUintFlagwithuint64destination/return type #1766 - collapse
Uint64SliceFlagintoUintSliceFlagwith[]uint64destination/return type #1767 - rename
Float64FlagtoFloatFlagretainingfloat64destination/return type #1771 - rename
Float64SliceFlagtoFloatSliceFlagretaining[]float64destination/return type #1772
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/v3relates to / is being considered for v3relates to / is being considered for v3