Results 160 issues of Gabriel Scherer

I am creating this issue to track and discuss a build failure that occurs in the current trunk when --enable-flambda --disable-flat-float-array are both set. I am not sure what is...

In https://github.com/ocaml/ocaml/issues/11539, @mimoo reports the following error message they (understandably) found hard to read ``` File "src/lib/mina_base/control.ml", lines 11-15, characters 4-51: 11 | ....type t = Mina_wire_types.Mina_base.Control.V2.t = 12 |...

It looks like is currently down. What is the current status of Midspace?

In 2006 the Bigarray API was rewritten to consistently use the caml_ namespacing prefix, but the old definitions were left in place for backward-compatibility. https://github.com/ocaml/ocaml/commit/f63965c1e4a5d4e41e27 The old definitions are being...

Parmap.redirect, introduced in 236137fb12dd84b8d60bd7f6f9496d6032f85df2, has an optional argument that is not followed by any non-labelled argument. With this interface, OCaml can never deduce that the optional argument will never be...

I recently worked on getting a Hevea output for the Menhir manual -- see the corresponding [merge request](https://gitlab.inria.fr/fpottier/menhir/merge_requests/4). There was a bug in the visual output that I had to...

Hi Lwt people, I randomly ended up on the following cohttp issue, which points at some Lwt usage pattern that greatly increase memory consumption in unexpected ways. (Sounds like a...

I want to add a test to a Dune project that can only be exercised by calling my library in a certain way. A natural idea is to write a...

docs

#12403 simplified the compiler logic to quote source file fragments, by keeping the whole input file in memory instead of reopening the input file when the error lies outside the...

bug
error-messages

This is a proposal to fix #12677, making Domain.DLS thread-safe -- or rather, understanding, improving and specifying its behavior in presence of multiple threads on the same domain. ~~This is...

bug