Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove @Beta from UnsignedLongs (or deprecate and maybe remove) #3420

Closed
cpovirk opened this issue Mar 25, 2019 · 2 comments
Closed

Remove @Beta from UnsignedLongs (or deprecate and maybe remove) #3420

cpovirk opened this issue Mar 25, 2019 · 2 comments
Assignees
Labels
P3 package=primitives status=triaged type=debeta Request to remove something from @Beta

Comments

@cpovirk
Copy link
Member

cpovirk commented Mar 25, 2019

These methods are likely to be very stable, and at least UnsignedLongs.toString has a good bit of usage. However, these utilities duplicate some Java 8 methods (though IIRC ours are currently implemented more performantly). I suspect that we'd ultimately prefer to remove these.

(All this goes for UnsignedInts, too, IIRC.)

@cpovirk cpovirk added status=triaged package=primitives P2 type=debeta Request to remove something from @Beta labels Mar 25, 2019
@cpovirk
Copy link
Member Author

cpovirk commented Mar 25, 2019

(We could conceivably feel bad about the overloads that take radix, just because a bare "16" looks weird as a parameter, but I don't think the APIs here are bug-prone in the way that the tryParse methods could be.)

@kluever kluever added P3 and removed P2 labels Aug 13, 2019
@kluever kluever self-assigned this Apr 11, 2023
@kluever
Copy link
Member

kluever commented Apr 11, 2023

This is now done and will be mirrored out shortly.

@kluever kluever closed this as completed Apr 11, 2023
copybara-service bot pushed a commit that referenced this issue Apr 11, 2023
#3420

RELNOTES=`concurrent`: Remove `@Beta` from `UnsignedLongs`.
PiperOrigin-RevId: 523406556
copybara-service bot pushed a commit that referenced this issue Apr 11, 2023
#3420

RELNOTES=`concurrent`: Remove `@Beta` from `UnsignedLongs`.
PiperOrigin-RevId: 523406556
copybara-service bot pushed a commit that referenced this issue Apr 11, 2023
#3420

RELNOTES=`concurrent`: Remove `@Beta` from `UnsignedLongs`.
PiperOrigin-RevId: 523406556
copybara-service bot pushed a commit that referenced this issue Apr 11, 2023
#3420

RELNOTES=`concurrent`: Remove `@Beta` from `UnsignedLongs`.
PiperOrigin-RevId: 523437660
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 package=primitives status=triaged type=debeta Request to remove something from @Beta
Projects
None yet
Development

No branches or pull requests

2 participants