-
- **Editor**: neovim v0.9.2
- **OS**: macOS 14.0 (Sonoma)
- **`:LspInfo`**:
```
Language client log: /Users/zbaylin/.local/state/nvim/lsp.log
Detected filetype: ocaml
1 client(s) attache…
-
To reproduce, you can try to use this repository (it's fairly small)
https://github.com/Ptival/language-ocaml/commit/0df752cab371a609eb3f6c593b823f1c0f903e98
To try and reproduce (hopefully it's…
-
Hi, I'm writing an editor plugin and it will be fantastic if fetch could give different return values.
In the last version of master when attempting to fetch an exercise that the current user has n…
-
I'm unable to install sphinxcontrib-ocaml see output below.
```
% opam install --debug sphinxcontrib-ocaml
00:00.001 GSTATE LOAD-GLOBAL-STATE @ /home/rbjorklin/.opam
00:00.002 …
-
While implementing pretty printer in vscoq.nvim (), I noticed that ppstrings for terms that contain notations have some issues with breaks.
The following is tested with coq vesion 8.19.2, vscoq-lan…
-
Hey, thanks for the wonderful work of picking up the abandoned repository! I'm really enjoying coding one of my hobby projects with OCaml.
So here's the thought:
```ocaml
module C = Mqtt_client…
-
Hello,
I'm Cygwin user on Windows 10. I have installed all dependencies (you can see dbm, lwt_ssl, and so on are already installed by opam)
I have this eror message. So I decide to clean and retry…
Et7f3 updated
5 years ago
-
I use a few special Ocaml packages that do not follow the usual Ocaml way.
For instance, Ocsigen makes a specific compilation for _server and _client sides.
There are .cmi, .cmo, .cmx, .cmt and .t…
-
The current test suite was written before we had a functional LSP client. This is no longer a problem and we have an OCaml client. We should slowly port the existing tests from TS to OCaml.
-
See https://opam.ocaml.org/packages/mqtt_client/
Core and Async should be updated, modern OCaml (>= 4.08.1) should be supported too. Moreover, you might want to switch to [Dune](https://dune.build) i…