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

ocaml 4.09 #91

Closed olafhering closed 4 years ago

olafhering commented 4 years ago

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
UnixJunkie commented 4 years ago

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