-
Using the preview of ppxlib for OCaml 5.2 I get the following failure when in the tests of `ppx_yojson`:
```
#=== ERROR while compiling ppx_yojson.1.3.0 ===================================#
# conte…
-
The following code :
```ocaml
(* {%ext|babar|} *)
```
results in a syntax error displayed by lsp, even if the compiler is happy with it :
![image](https://github.com/ocaml/ocaml-lsp/assets/…
-
I upgraded from 2.0.2 to 2.2.3 using opam. liquidsoap was working kinda fina (was playing music, but metadata was not working), so I decided to upgrade using opam hoping that it will fix this issue.…
-
There has been several "private" discussions about ppxlib’s behaviour in case a transformation throws an exception. Those conversations lead to decisions, but the reasons behind the decisions were not…
-
We should add ppx_rapper in the Database section.
It is a must with Caqti since it prepares the requests with a ppx rewriter which handle record to SQL variable or the SQL result to records.
-
![image](https://github.com/ocaml/merlin/assets/113560/9ce34e16-bc8a-433a-bba7-4b6f1b78f051)
Could it be related to #1585?
-
I made a ppx extension rewriter
It takes a string constant as an arg, representing a file path.
If I use a relative path like `[%myppx "lib/myppx/data.json"]` then I get a red underline in VS Co…
-
While updating the camlp5 package in Debian, I realized that the last version (8.02.00) uses pcre, which is obsolete and will soon be removed from Debian. I see you also use re; could you use only re …
-
There are a number of syntax transformations that Melange does internally, for example:
- Pipe first operator `|.`
- Object method selector `##` (and another less known `#=`)
- Processing of `bs`…
-
I have been having an issue with Liquidsoap crashing sometimes when a user connects to the input.harbor using BUTT as a client. I think it happens when the user has set some metadata in BUTT before co…