Package: ocaml-containers / 3.16+dfsg-3

Metadata

Package Version Patches format
ocaml-containers 3.16+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove either dependency.patch | (download)

dune-project | 3 1 + 2 - 0 !
src/core/dune | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 remove either dependency


0002 Use Stdlib.compare instead of for roundtrip tests.patch | (download)

tests/core/t_cbor.ml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use stdlib.compare instead of ( = ) for roundtrip tests

Since not (nan = nan), the test fails whenever nan is involved, which
happens with qcheck 0.26. Use Stdlib.compare instead.

0003 Fix CCInt.popcount on 32 bit architectures.patch | (download)

src/core/CCInt.ml | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 fix ccint.popcount on 32-bit architectures


0004 Condition some tests that succeed only on 64 bit arc.patch | (download)

tests/core/t_hash.ml | 1 1 + 0 - 0 !
tests/core/t_int32.ml | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 condition some tests that succeed only on 64-bit architectures