Anil Madhavapeddy

Results 485 comments of Anil Madhavapeddy

cc @dra27 -- a Windows dockerfile using your images!

A separate issue like this specifically for macos support seems wise.

Is this fixed by #542 and the latest dns?

Looks like enabling it on `spawn` passed except for the lint test, where it discovered a diff for the dune files not following the formatter. https://ci.ocamllabs.io/github/janestreet/spawn/commit/5a67333b07564211a0d294a06f8769f756710cdf/variant/(lint-fmt)

The non-relocating guarantee of strings in multicore OCaml is implementation-defined, and not part of the language spec. So they aren't guaranteed to not move in the future, but for now...

Also another important point is that only values over a certain size are malloc-allocated and not stuck in the minor heap (i.e. similar to the direct major heap allocation in...

@stedolan points me at an experiment he did that might help: https://gist.github.com/stedolan/318f87db9f59f1acea771e7f4dd59cd4 To quote direct communication: > the Pinbuf module in that file has an alloc function that returns Bigstrings...

And is this the system compiler? You are loading packages from two directories. On 10 Jul 2013, at 16:37, Kenji Maillard [email protected] wrote: > Bug obtained with the latest version...

We'll have TLS 1.3 support in ocaml-tls shortly, but I do think that it would be better to have some sort of a first-class module interface here if possible. The...

Apologies. I totally missed the previous pings on this issue (my GitHub notifications are flooded, so a direct ping to [email protected] works better if it's important). @MSoegtropIMC using Docker in...