janestreet / ppx_diff

A PPX rewriter that generates the implementation of [Ldiffable.S].
MIT License
5 stars 2 forks source link

building wtih 5.1.0 Error: Unbound module Modes #2

Closed jmikedupont2 closed 1 month ago

jmikedupont2 commented 1 month ago

Having problems building

opam switch create 5.1.0
 opam install ppx_jane
 dune build

gives

File "lib/src/tuples.mli", line 64, characters 28-42:                                                                  64 |     type ('a1, 'a2) t = 'a1 Modes.Global.t * 'a2 Modes.Global.t [@@deriving sexp, bin_io]
                                 ^^^^^^^^^^^^^^
Error: Unbound module Modes
dkalinichenko-js commented 1 month ago

Hi! I wasn't able to reproduce your error with ppx_jane.v0.17.0. Please make sure you've run opam update and eval $(opam env --switch=5.1.0) to use the correct version of our packages.