Upgrade the "lockfile" with all the most up-to-date dependencies available - #7116
Conversation
935d61b to
f8fa2e4
Compare
|
excellent work! |
|
@hannesm thanks for commenting, i had almost forgotten to update the OCaml compiler versions to 4.14.4 :D @dinosaure does decompress not support 32bit platforms anymore? |
c1287ef to
80711f4
Compare
It's indeed the case due to my last upgrade ( |
doing a quick search yesterday on the why of this magic number i found out that it seems to be used exactly because it fits into 32bit ints. However since OCaml has 31bit ints it doesn't fit anymore. Why not use |
This part of decompress is about the deflation, use a boxed For the global perspective, mirage/decompress#171 is basically the difference between the old |
rjbou
left a comment
There was a problem hiding this comment.
Thanks!
A tiny comment on first commit message. Proposal
- dune is not updated due to complications with OCaml 5.6 and
- ocaml/dune#15340
+ dune is not updated due to complications with OCaml 5.6 and
+ build on Cygwin issue (ocaml/dune#15340)…lable Changes: - base64 removed support for OCaml < 4.07 - spdx_licenses upgraded to Version 3.28.0 of the SPDX License List - menhir removed support for OCaml < 4.08 and fixed a couple of bugs that do not impact us - patch fixed an issue arising with handwritten patches hannesm/patch#42 - checkseum fixed some C warnings on recent clang versions dune is not updated due to complications with OCaml 5.6 and build on Cygwin issue (ocaml/dune#15340) decompress was not updated to a failure to compile on 32bit platforms
80711f4 to
7325250
Compare
|
Ignoring the CI failure on Windows (#6890) |
Changes:
dune ¯\_(ツ)_/¯ however it cannot be updated to its current latest version due to dune 3.23.1 fails to build on the cygwin backend dune#15340EDIT: not updated. There are complications with OCaml 5.6decompress sped up compressionEDIT: not updated. 32bit support is missingI noticed the C warnings fixed in the
checkseumrelease while building the macOS binaries for 2.6.0~beta2