Leo White

Results 40 issues of Leo White

I had assumed that flags for compiling mli files should be on phase ``Compile `Intf`, however that phase does not seem to be used anywhere, and instead they need to...

Running make gives me the following error: ``` make[1]: *** No rule to make target `opamLibrary.cmi', needed by `_build/lib-opam-units/opamUnit.cmi'. Stop. ``` I have the following `assemble.ml` ``` open Assemblage (*...

bug

This adds support for expanding packs, sub-modules, parameters and module types (which still leaves classes and class types to do). It also adjusts how extraction works so that it will...

This pull request is not really meant for merging as some of it is probably not correct. It is more for reference purposes. With this patch I am able to...

Assuming that I am reading the code correctly, it seems that the only way to get any meaningful resolution is to run `codoc link` on an index file (or directory...

enhancement
critical

My understanding is that one of the main blockers preventing taking traces for longer time periods is that perfetto can't handle the size of traces that it produces. I would...

enhancement

If you use the following code for both `foo.ml` and `foo.mli` ```ocaml module type S2 = sig type t module Range : sig type +'a range constraint 'a = [<...

Stale

Whilst benchmarking short-paths a few years ago, I found it useful to be able to control which socket ocamlmerlin used. It let me open several merlin servers in parallel without...

We sometimes have files with extensions like `.mli.pp`. It seems that merlin does not recognise the extension in such cases and defaults to treating them as `.ml` files. It would...

When I run `dune build @runtest` I always get: ``` ---tests/test-dirs/locate/context-detection/mod_constr.t +++tests/test-dirs/locate/context-detection/mod_constr.t.corrected File "tests/test-dirs/locate/context-detection/mod_constr.t", line 6, characters 0-1: $ $MERLIN single locate -look-for ml -position 2:13 -filename ./mod_constr.ml < ./mod_constr.ml...