Etienne Millon

Results 107 issues of Etienne Millon

Hi, I'm trying to make the test suite work on M1 macs. At the moment, the inline tests for `fsevents` are triggering a segfault. I reduced that to the following...

The test suite does not behave correctly when `DUNE_CACHE=enabled` is present in the environment. So we set it to `disabled` locally or unset it in some cases.

Exiting normally here refers to the `Exit_with_status` exception. It is in particular triggered by `#quit;;` so we want to exit quietly in that case. Closes #398

Hi, This has been originally reported as https://github.com/ocaml-community/utop/issues/400. The following program crashes zed: ```ocaml let () = let engine = Zed_edit.create () in let cursor = Zed_edit.new_cursor engine in let...

Hi, In the following situation, there's an inconsistency depending on whether the first `let` is a `let in` or a local open (`let open in`). The following are formatted outputs:...

Kind/Bug :x:

Hi! This is not a complete port, but it's enough to get it working in a monorepo. The main thing it does is use the ctypes stanza to find the...

Hi, (as discussed with @voodoos) Consider the following piece of code: ```ocaml let parse_line s = let open Angstrom in let num = Int.of_string take_while1 Char.is_digit in let sep =...

Hi, When a directory target contains a directory symlink (symlink whose target is a directory), the following error happens: ``` Error: Error trying to read targets after a rule was...

bug