ocaml / opam-repository

Main public package repository for opam, the source package manager of OCaml.
https://opam.ocaml.org
Creative Commons Zero v1.0 Universal
518 stars 1.14k forks source link

[new release] obatcher (1.1) #26605

Closed koonwen closed 1 month ago

koonwen commented 1 month ago

A Framework for building Batched Concurrent Data Structures

CHANGES:
- Add multififo scheduler to tests
- Add btree example
- Add polymorphic batcher
shonfeder commented 1 month ago

Thanks for publishing the update :)

The only CI issues is

Error in obatcher.1.1: Maintainer email missing. Please add a maintainer email to the opam file. Maintainer: Lee Koon Wen

Which should be an easy fix, tho this lint is proving a bit controversial https://github.com/ocaml/infrastructure/issues/152

koonwen commented 1 month ago

Déjà vu moment. Sorry about that, made the changes!

shonfeder commented 1 month ago

Déjà vu moment. Sorry about that, made the changes!

No worries at all! We are just rolling this out really :) Thanks again!

mseri commented 1 month ago

Thanks!