Anton Bachin

Results 136 issues of Anton Bachin

See https://github.com/facebook/reason/pull/2487.

blocked

Native `Promise` will still be usable with Reason. This will just make the library lighter to install for projects using OCaml syntax.

low priority

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...

low priority

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...

enhancement

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?...

question

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.

enhancement
good first issue
help wanted

Is there a plan to cache the opam dependency builds?

enhancement