Skip to content

Collapse int64 and int flag types#1765

Merged
meatballhat merged 4 commits intomainfrom
collapse-int64-into-int
Jun 21, 2023
Merged

Collapse int64 and int flag types#1765
meatballhat merged 4 commits intomainfrom
collapse-int64-into-int

Conversation

@meatballhat
Copy link
Member

What type of PR is this?

  • cleanup
  • feature

What this PR does / why we need it:

Collapses the Int64Flag and Int64SliceFlag types into IntFlag and IntSliceFlag such that only int64-based flag types are available for integers as described in #1759 .

Which issue(s) this PR fixes:

Fixes #1763
Fixes #1764

@meatballhat meatballhat added this to the Release 3.x milestone Jun 19, 2023
@meatballhat meatballhat requested a review from a team as a code owner June 19, 2023 16:50
@meatballhat meatballhat merged commit f0aab7f into main Jun 21, 2023
@meatballhat meatballhat deleted the collapse-int64-into-int branch June 21, 2023 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

collapse Int64SliceFlag into IntSliceFlag with []int64 destination/return type collapse Int64Flag into IntFlag with int64 destination/return type

3 participants