Anton Bachin
Anton Bachin
See https://github.com/facebook/reason/pull/2487.
Native `Promise` will still be usable with Reason. This will just make the library lighter to install for projects using OCaml syntax.
c9d8008 marked JS promises covariant. We should do the same in the native version. However, that is a full implementation, and a correct implementation of promises usually prevents the compiler...
This is a follow-on to https://github.com/mirage/alcotest/pull/167#issuecomment-518584191. When using Alcotest with a concurrency monad, it would be extremely valuable to allow the tests to run concurrently. In particular, this would be...
For example, OUnit has https://gildor478.github.io/ounit/ounit2/index.html#skip-and-todo-tests. Lwt's ad-hoc tester has [`~only_if` arguments](https://github.com/ocsigen/lwt/blob/master/test/test.mli#L29) for both individual tests and entire test suites.
I want to call ```c void get_sockaddr(value mladr, union sock_addr_union * adr /*out*/, socklen_param_type * adr_len /*out*/); ``` ...but I found no way to pass the `value` argument in current...
Is the code generated for concurrency policy `` `Lwt_preemptive``, specifically only the portion generated by Ctypes, safe if `Lwt_preemptive` switches from current OCaml threads to the fully-parallel runtime in multicore?...
I'm working on a service where it would be beneficial to use SQLite for the database. This is just a weak request/vote — I understand you may have other priorities.