anuragsoni / poll

Portable OCaml interface to macOS/Linux/Windows native IO event notification mechanisms
https://anuragsoni.github.io/poll/poll
MIT License
31 stars 1 forks source link

More tests #14

Closed craff closed 1 year ago

craff commented 1 year ago

Such a library needs more tests and github actions to test each PR on all available platforms (the developer may not have access to the three platforms) .

craff commented 1 year ago

The test must verify the O(1) (amortized or not) for the basic operations on euch platform.

anuragsoni commented 1 year ago

I'm going to close this now as there are GitHub actions that run on each platform and at-least basic level of tests that notifications surface when they should. If/when this library evolves there will be more tests added.