Nicolás Ojeda Bär

Results 510 comments of Nicolás Ojeda Bär

Another possibility: `{Set,Map}.as_singleton`. Or even `{Set,Map}.to_singleton`.

Friendly ping @damiendoligez.

> (I think this approach might have been considered in 4.06 when the Windows Unicode support was added) I confirm: at the time it was concluded that the advantages of...

I gave it a shot in #14412.

One possibility is to extend the existing syntax to allow `%{}`. Macros `%{foo:bar}` could be considered as shorthands for `%{(foo "bar")}`. It is not very pretty though.

Are the three dots `...` something that OPAM does to abbreviate long paths?

Could be related to #14340 by the looks of it. @lthls suggests that this may be related to nested calls to statememprof's callbacks.

Sounds reasonable. Would you like to propose a PR? Thanks!

To eliminate potential causes, can you try reproducing without Dune? Compile with `ocamlopt -o repro.exe repro.ml` and run with `./repro.exe`.

As far as I know, `omd` is not being actively maintained at the moment, so this issue may not be looked at in any reasonable timeframe. The recommended alternative is...