On Mon, Jun 27, 2011 at 11:22, Xavier Leroy <xavier.le...@inria.fr> wrote:
> I'd be interested to understand why bin_prot ends up comparing
> bigarrays of different layouts: is this an oversight in the test suite
> or a strong requirement?

I have traced down this problem to the C-bindings of the bin-prot
library.  When it is supposed to unmarshal bigarrays, it always
allocates them using Fortran-layout.  But this should be C-layout for
"bigstrings".  I will fix this in the next release.  The problem
should not have any noticable other impact.

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mo...@gmail.com


-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to