-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] obatcher (1.0) #26516
[new release] obatcher (1.0) #26516
Conversation
CHANGES: - Initial release.
Co-authored-by: Anil Madhavapeddy <[email protected]>
Hello! Thanks for publishing :) I'm seeing one test failure that looks relevant:
The alert warning is coming from https://github.com/koonwen/obatcher/blob/3899dabce1c969b175e85db842309fa428ba14e6/src/obatcher.mli#L51 IIUC, you can disable or demote it's severity as per https://ocaml.org/manual/5.2/alerts.html by configuring the alert flag accordingly in the dune env for your test: https://dune.readthedocs.io/en/stable/faq.html#how-to-turn-specific-errors-into-warnings The error looks like a (possibly flaky) test failure? |
@shonfeder, thanks for having a look at this. None of my tests use symlinking, Think the error might be coming from the test framework alcotest or qcheck instead. Is this a blocker for merging? |
Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an |
Turns out that ci failure was some flaky failure in the testing infrastructure. (We have an issue open to track this kind of thing, but I didn't recognize it at the time.). Glad to see it cleared up after I reran it last night. Thanks to Anil for merging! |
A Framework for building Batched Concurrent Data Structures
CHANGES: