-
This project currently doesn't build with jbuilder:
```ocaml
(* test.ml *)
module Stuff = struct
type t = int * string * float [@@deriving jsobject]
end
let x = Stuff.of_jsobject
```
`…
-
I am on ArchLinux.
**OCaml** 4.06.02
**opam** 2.0-rc
Clone irmin master.
I did install the other dev dependencies using
```
jbuilder external-lib-deps --missing --dev @install
```…
-
Would this be possible? I'm not sure what trade-offs would be involved here.
-
I upgraded to opam2 and ocaml 4.06.0. Running `make` on a fresh checkout runs fine until it hits the following error
```
ocamlc bin/zoo.bc (exit 2)
(cd _build/default && /usr/local/bin/ocam…
-
After installing all the dependencies, with `opam install core ppx_jane menhir` and `jbuilder external-lib-deps --missing test.exe`,
```
$ jbuilder build test.exe
menhir stlc.{ml,mli}
War…
-
The change to remove the generation of transitive dependency in the META has brought on the unintended consequence of removing the ppx_runtime_deps of every library that isn't a rewriter or deriver. U…
-
Are there any plans to make this rewriter work with jbuilder? ppx_deriving now works with jbuilder since recently.
-
I am seeing this build failure with lwt.3.2.1 on ocaml 4.06.0
```
#=== ERROR while compiling lwt.3.2.1 ==========================================#
# context 2.0.0~beta6 | macos/x86_64 | ocam…
-
```
Exception: .
-----Welcome to utop etc.... ---------
Raised by primitive operation at unknown location
Called from file "toplevel/topdirs.ml", line 144, characters 10-51
Findlib has been succe…
-
Hopefully, this is already known problem, and I don't have to contrive an example. Basically, if you use these attributes in source that **ppx_let** is allowed to process, then the OCaml compiler thro…