rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.

Home Page:http://rdicosmo.github.io/parmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array.create

JuliaLawall opened this issue · comments

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

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.