-
Notifications
You must be signed in to change notification settings - Fork 41
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
Dune installs latest yojson; tools require yojson 1.7.0 #644
Comments
Ubuntu 20.04 Why is this commit passing on the GitHub tasks, but failing for me? |
Moreover, the Is |
Hi Hector, Biniou used to be included in Json. Now the packages are separated. I will try. Best. |
Hi Jerome, from YoJson's release log, the last release that still had biniou was 1.7.0; is there a way of telling Dune to use a specific library version? I'm not seeing that in the library stanza reference which seems very odd to me. In any case, downgrading to yojson 1.7.0 via Since this is an issue of dependency versioning, I'll update the issue's title to reflect this. |
This should make Kappa compatible with the latest version of yojson. Since ocaml-community/yojson#74, yojson does not rely on biniou buffers. The main drawback seems to be that `JsonUtil.write_to_channel` now writes everything to the memory (in a `Buffer.t`) before dumping the buffer to the channel.
This should make Kappa compatible with the latest version of yojson. Since ocaml-community/yojson#74, yojson does not rely on biniou buffers. The main drawback seems to be that `JsonUtil.write_to_channel` now writes everything to the memory (in a `Buffer.t`) before dumping the buffer to the channel.
This should make Kappa compatible with the latest version of yojson. Since ocaml-community/yojson#74, yojson does not rely on biniou buffers. The main drawback seems to be that `JsonUtil.write_to_channel` now writes everything to the memory (in a `Buffer.t`) before dumping the buffer to the channel.
Trying to install the latest commit that's passing per the CI tasks (b4fd715), I get the following compilation error:
The text was updated successfully, but these errors were encountered: