Skip to content

Collapse uint and uint64 flag types#1768

Merged
meatballhat merged 2 commits intomainfrom
collapse-uint64-uint
Jun 23, 2023
Merged

Collapse uint and uint64 flag types#1768
meatballhat merged 2 commits intomainfrom
collapse-uint64-uint

Conversation

@meatballhat
Copy link
Member

What type of PR is this?

  • cleanup

What this PR does / why we need it:

As described in #1759, this collapses the flag type API for uint and uint64 types to mimic the strconv API such that the type and function prefix Uint returns uint64 and leaves coercion to the library user.

Which issue(s) this PR fixes:

Closes #1766
Closes #1767

@meatballhat meatballhat added kind/cleanup describes internal cleanup / maintaince area/v3 relates to / is being considered for v3 labels Jun 20, 2023
@meatballhat meatballhat added this to the Release 3.x milestone Jun 20, 2023
Base automatically changed from collapse-int64-into-int to main June 21, 2023 01:49
@meatballhat meatballhat marked this pull request as ready for review June 21, 2023 01:49
@meatballhat meatballhat requested a review from a team as a code owner June 21, 2023 01:49
@meatballhat meatballhat merged commit de6dd28 into main Jun 23, 2023
@meatballhat meatballhat deleted the collapse-uint64-uint branch June 23, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/v3 relates to / is being considered for v3 kind/cleanup describes internal cleanup / maintaince

Projects

None yet

2 participants