jamesbrowder / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

UnsignedInts are missing from the 10.0 release #729

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Release 10.0 included UnsignedLongs, but UnsignedInts are going AWOL.

They are in the source tree:

http://guava-libraries.googlecode.com/git/guava/src/com/google/common/primitives
/UnsignedInts.java

Last modified by Charles Fry on Sep 16, 2011 while the UnsignedLongs were 
modified 4 days after. Then UnsignedLongs make it to the release but 
UnsignedInts are missing. Can you please cut the release with UnsignedInts?

Thanks!

Original issue reported on code.google.com by Michael....@gmail.com on 30 Sep 2011 at 4:20

GoogleCodeExporter commented 9 years ago
Don't think it was intended for 10.0. It was added just recently with an @since 
11.0.

Original comment by cgdec...@gmail.com on 30 Sep 2011 at 5:26

GoogleCodeExporter commented 9 years ago
As I understood it (speaking as the author of UnsignedInts, etc.), Colin is 
correct: full support for these things will be in release 11.

Original comment by wasserman.louis on 30 Sep 2011 at 6:12

GoogleCodeExporter commented 9 years ago
Sounds good, sorry for crying wolf for nothing. For now, I'll take the 
advantage of the ASL provisions and copy/paste the code from the source tree 
into my local build.

Thanks!

Original comment by Michael....@gmail.com on 30 Sep 2011 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by cpov...@google.com on 4 Oct 2011 at 4:23

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09