Frej Soya

Results 13 comments of Frej Soya

I can replicate this with a somewhat minimal example. Not related to `include_subdirs` it triggers seemingly depending on levels of dir path, ie path is stripped somewhere. This is only...

This seems to an unresolved issue with merlin: https://github.com/ocaml/merlin/issues/1095

Maybe I messed up in previous example, please ignore: The following does not work using ppx_expect ``` ├── a │   ├── dune │   └── example_a.ml └── dune-project ``` This does...

This is the logging output from vscodeocamllsp after restart, attached. [ocamllsp.log](https://github.com/ocaml/ocaml-lsp/files/5917601/ocamllsp.log)

Alternatively. Simply open this project (ocaml-lsp) with vscode and ocaml-platform extension and open a file that uses with ppx_expect. Ie. `fiber-unix/test/barrier_test.ml`

> I created a branch (https://github.com/skolemlabs/ocaml-lsp/tree/use-dune-vendored-spawn) that uses the vendored version of `spawn` from dune as a temporary fix. Obviously it's not ideal to have two separate forks of the...

@voodoos No unfortunately not right know, i'll share something if it happens again. I hoped having one more hint at os x + Sonoma would help. Sorry for the "me...

This change simply copies what is done in exe_rules.ml It took some time to figure out that lib_rules.ml has to check explicitly what ctypes believes are the link flags vs....

Note i have little clue about dune internals and even more so with ctypes. Similar its been decades since i dealt with linkers/shared libraries. There are a few things that...

Thats what I did. No problem there. The default shortcut can be accidently triggered. And it creates an empty interface file, saved to disk here, which can break compulation without...