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

lascar is not compatible with OCaml 5.0 (uses Stream) #25842

Merged
merged 1 commit into from May 13, 2024

Conversation

kit-ty-kate
Copy link
Member

#=== ERROR while compiling lascar.0.5 =========================================#
# 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/lascar.0.5
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/lascar-20-a9e526.env
# output-file          ~/.opam/log/lascar-20-a9e526.out
### output ###
# (cd src/utils; make)
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/lascar.0.5/src/utils'
# ocamlfind ocamlc  -for-pack Utils -c misc.mli
# ocamlfind ocamlc  -for-pack Utils -c misc.ml
# ocamlfind ocamlc  -for-pack Utils -c dot.mli
# ocamlfind ocamlc  -for-pack Utils -c dot.ml
# ocamlfind ocamlc  -for-pack Utils -c tree.mli
# ocamlfind ocamlc  -for-pack Utils -c tree.ml
# ocamlfind ocamlc  -for-pack Utils -c option.mli
# ocamlfind ocamlc  -for-pack Utils -c option.ml
# ocamlfind ocamlc  -for-pack Utils -c orderedTypeExt.mli
# ocamlfind ocamlc  -for-pack Utils -c orderedTypeExt.ml
# ocamlfind ocamlc  -for-pack Utils -c stringable.mli
# ocamlfind ocamlc  -for-pack Utils -c stringable.ml
# ocamlfind ocamlc  -for-pack Utils -c listExt.mli
# File "listExt.mli", line 113, characters 35-43:
# 113 | val parse: string -> (Genlex.token Stream.t -> 'a) -> Genlex.token Stream.t -> 'a list
#                                          ^^^^^^^^
# Error: Unbound module Stream
# make[1]: *** [Makefile:50: listExt.cmi] Error 2
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/lascar.0.5/src/utils'
# make: *** [Makefile:27: all] Error 2

@mseri mseri merged commit 27c5aa2 into ocaml:master May 13, 2024
1 of 2 checks passed
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