Expose Stdlib.Bigarray when possible but try not to break stuff
5
stars
7
forks
source link
Add a dependency to bigarray on OCaml 4.07 as the toplevel Bigarray module (library) shadows Stdlib.Bigarray in OCaml < 4.08 #8
Open
kit-ty-kate opened 2 years ago
This is a problem for libraries that depend on bigarray-compat but where packages that uses those libraries are using Bigarray themselves.
See https://github.com/ocaml/ocaml/pull/2041
Example of such failure on OCaml 4.07: