-
```
Supporting a ppx frontend to the syntax extension ( see eg.
http://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/ for
a presentation of ppx ) would make it easier to work w…
-
Trying to use sociaml-oauth-client lib (which uses cohttp), I can not run my server. It fails at startup.
```
eliomc -rectypes -ppx -infer -package lwt -package lwt.ppx -package ssl -package lwt_s…
-
```
Supporting a ppx frontend to the syntax extension ( see eg.
http://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/ for
a presentation of ppx ) would make it easier to work w…
-
```
$ cat foo.ml
[%%server
let x = 42
]
$ js_of_eliom -package eliom.client -ppx -o foo.cmo foo.ml
File "foo.ml", line 1, characters 3-9:
Uninterpreted extension 'server'.
$ mv foo.ml foo.…
-
I can enable ppx_sexp_value if I #require "ppx_jane", but not if I #require "ppx_sexp_value".
```ocaml
utop # #require "ppx_jane";;
─( 19:25:31 )─< command 1 >────────────────────────────────────…
-
```
Supporting a ppx frontend to the syntax extension ( see eg.
http://whitequark.org/blog/2014/04/16/a-guide-to-extension-points-in-ocaml/ for
a presentation of ppx ) would make it easier to work w…
-
Currently, when `ppx_rapper` encounters an error, it uses the `raise_errorf` function to raise a located error.
The exception is caught by `ppxlib`, which in this case:
- Catch the error,
- sto…
-
5.3.0 is ok: https://ocsigen.org/lwt/5.3.0/api/Ppx_lwt
5.4.0 is broken: https://ocsigen.org/lwt/5.4.0/api/Ppx_lwt
so are "dev" and "latest":
https://ocsigen.org/lwt/dev/api/Ppx_lwt
https://ocs…
-
I'm trying to use [ppx_inline_test](https://github.com/janestreet/ppx_inline_test) in a project that is being built with solvuu-build. ppx_inline_test has some specific requirements to the build syste…
-
`reason-vscode` has quite useful `Show the fully ppx code for this file` command that shows what the ppx result would look for that file. Is it possible to replicate this functionality in Rescript ext…