rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

Array.create #52

Closed JuliaLawall closed 4 years ago

JuliaLawall commented 7 years ago

OCaml version 4.02.3 gives Warning 3: deprecated: Array.create Use Array.make instead.

UnixJunkie commented 7 years ago

I guess parmap is meant to compile with many ocaml versions, maybe the way to avoid this warning is to have a preprocessor checking the ocaml version. Quite some work for not so much profit.