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

ocaml 4.09

olafhering opened this issue · comments

Does anyone object to use stdlib-shims as new requirement for pre-4.09 support?

[   58s] 321 | 	   Pervasives.at_exit finalize; (* register finalization function *)
[   58s]           ^^^^^^^^^^^^^^^^^^
[   58s] Error (alert deprecated): module Stdlib.Pervasives
[   58s] Use Stdlib instead.
[   58s] 
[   58s] If you need to stay compatible with OCaml < 4.07, you can use the 
[   58s] stdlib-shims library: https://github.com/ocaml/stdlib-shims

I think just using at_exit, without the Pervasives prefix just works.