You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: