-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
OCaml 5.3 support #357
Comments
This is a problem in upstream package hpack, which was vendored into Dream until #351, but that PR hasn't been released yet. Does hpack compile with 5.3? |
The latest release does yes. ( |
This should vanish completely with the next releases of hpack and Dream. I'd like to keep it open to make sure I check it. Thank you! |
I've tried to install Dream from repo with OCaml 5.3.0~alpha1. It fails on
The same error is returned on |
@alxtuz The issue is that you're pinning only dream from its remote repository, not the rest of the dream packages. So dream is trying to install dream-httpaf from opam-repository which has been rightfully marked as not compatible with OCaml 5.3. The correct command is: |
Now running
Whole output attached |
Perhaps
|
The inverse would be required in this case since they already pinned all the dream packages:
|
Thanks! Output attached |
Thank you for checking that @alxtuz and for reporting @kit-ty-kate! I think we can close this issue at this point, because Dream |
Would it be possible to have a release so people have a way to install the latest release of dream on 5.3 ? The final release is approaching and is currently slotted for mid-december |
The release is in ocaml/opam-repository#27005. Thanks for the ping @kit-ty-kate! |
Dream currently doesn't compile with OCaml 5.3 and fails with the following error:
The text was updated successfully, but these errors were encountered: