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

Add support for OCaml 5.0 #111

Closed kit-ty-kate closed 1 year ago

kit-ty-kate commented 1 year ago

I'm not sure if the tests are complete but at least calling dune runtest does not fail (exit 0)

rdicosmo commented 1 year ago

Thanks @kit-ty-kate !

kit-ty-kate commented 1 year ago

Would it be possible to make a release soon by any chance? The final release of OCaml 5.0 is planned for the first week of december and having it released beforehand would help a lot.

I can do the release on opam-repository if you need, i just need a tag to hold on to.

rdicosmo commented 1 year ago

Thanks Kate, that would be great, I'll create a tag over the weekend

On Tue, Nov 22, 2022 at 06:24:04AM -0800, Kate wrote:

Would it be possible to make a release soon by any chance? The final release of OCaml 5.0 is planned for the first week of december and having it released beforehand would help a lot.

I can do the release on opam-repository if you need, i just need a tag to hold on to.

— Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe. You are receiving this because you modified the open/close state. Message ID: @.***>

References

  1. https://github.com/rdicosmo/parmap/pull/111#issuecomment-1323757448
  2. https://github.com/notifications/unsubscribe-auth/AAFH5P3JARGYHBKFWFDJBOTWJTJQJANCNFSM6AAAAAASCQYPXE
rdicosmo commented 1 year ago

@kit-ty-kate : just pushed the tag https://github.com/rdicosmo/parmap/releases/tag/1.2.5 if you are so kind as to create the opam package, I would be grateful!

kit-ty-kate commented 1 year ago

This is now published in opam-repository (https://github.com/ocaml/opam-repository/pull/22576)

rdicosmo commented 1 year ago

Thanks @kit-ty-kate !