-
In `ppxlib 0.8.0`, the file `ast/import.ml` contains the line:
```
module Js = Migrate_parsetree.OCaml_407
```
When building in an OCaml 4.08 setup, that seems to make `Ppxlib.Parsetree` refer …
-
As Travis is slowly dying I recently tried to make ppxlib work under ocaml-ci and this lead to interesting discussions with @avsm and @talex5.
ocaml-ci tries to build and run the tests for all ocaml …
-
Context: RWO 2nd Edition. I raise this issue as suggested by Yaron Minsky (see [https://github.com/realworldocaml/book/issues/2982](url)).
I'm using OCaml 4.06.1 and the required packages are insta…
-
When trying to build metapp (both `master` and 0.4.4), I'm receiving a SIGBUS during (what I presume is) the `metapp.ppx` step of the process.
This is on macOS 14.2.1 and XCode 15.1.
**Steps to …
-
Embedding errors directly into the AST using the special `[%ocaml.error "Some error msg"]` is the preferred way of reporting errors in ppxlib based ppx-es so it would be nice to migrate from raising t…
-
See https://reasonml.chat/t/2210 for a full explanation.
-
This is really weird, but if I update my application to ppxlib 0.22, then running the application without any argument
takes 1.1s where with 0.15 it takes 0.1s.
Here is the application:
https://git…
-
Here's an example of an error from `opam monorepo lock`:
```
- ocamlformat -> (problem)
tezos-tooling zdev requires = 0.10
Rejected candidate…
-
## Expected Behavior
Inside of Jane Street's walls, when I put in a useless annotation, I get a compilation error. In Dune, I do not.
In addition to getting errors on unused annotations, I'll …
-
With `test.ml`:
```ocaml
let%expect_test _ = print_endline "foo"
```
`dune`:
```
(library
(name test)
(inline_tests)
(preprocess (pps ppx_expect)))
```
and ppx_expect 1.14.1, I g…