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

hweak is not compatible with OCaml 5.0 (uses Array.create) #25840

Merged
merged 1 commit into from May 13, 2024

Conversation

kit-ty-kate
Copy link
Member

#=== ERROR while compiling hweak.1.1 ==========================================#
# context              2.2.0~beta3~dev | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.1/.opam-switch/build/hweak.1.1
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/hweak-20-35f9e3.env
# output-file          ~/.opam/log/hweak-20-35f9e3.out
### output ###
# ocamlc  -c hweak.mli
# ocamlc  -c hweak.ml
# File "hweak.ml", line 69, characters 14-26:
# 69 |       table = Array.create sz (emptybucket, em);
#                    ^^^^^^^^^^^^
# Error: Unbound value Array.create
# make: *** [Makefile:32: hweak.cmo] Error 2

@mseri mseri merged commit e00678d into ocaml:master May 13, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

None yet

2 participants