Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking change in yojson causing build to fail #131

Open
joprice opened this issue Jul 3, 2023 · 0 comments
Open

breaking change in yojson causing build to fail #131

joprice opened this issue Jul 3, 2023 · 0 comments

Comments

@joprice
Copy link

joprice commented Jul 3, 2023

Version 2.0.0 of yojson removed biniou, which causes the compiler error below. There is a lower bound on yojson in the opam files, but no upper bound. Pinning yojson locally to 1.7.0 allows the build to work for me.

File "src/endpoints_j.ml", line 40, characters 11-13:
  40 |   write__2 ob x;
Error: This expression has type Bi_outbuf.t
       but an expression was expected of type Buffer.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant