-
Notifications
You must be signed in to change notification settings - Fork 236
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
F* does not build with sedlex 2.4 #2343
Comments
sedlex 2.4 makes F* compilation fail with: + ocamlfind ocamlc -c -g -thread -package stdint -package compiler-libs -package compiler-libs.common -package menhirLib -package dynlink -package pprint -package sedlex -package yojson -package ppxlib -package process -package sedlex.ppx -package batteries -package zarith -package ppx_deriving.std -package ppx_deriving_yojson -I src/parser/ml -I ulib/ml -I src/ocaml-output -I src/tests/ml -I src/basic/ml -I src/tactics/ml -I src/extraction/ml -I src/fstar/ml -I src/prettyprint/ml -o src/parser/ml/FStar_Parser_LexFStar.cmo src/parser/ml/FStar_Parser_LexFStar.ml File "_none_", line 1: Error: Unbound value Sedlexing.__private__next_int Command exited with code 2.
Hi! As fas as I can tell, |
Just debugged a similar issue here: ocaml/opam-repository#19561 (comment) Here's the final comment:
|
Thank you @toots for your insights from #2343 (comment)
Yesterday, sedlex 2.4 was released on the opam package repository. With that new version of sedlex, I tried to build F* master, but I failed. When doing
make
, here is what I got:Due to that failure, the people who released sedlex 2.4 had to put a
sedlex < 2.4
upper bound on the dependencies for thefstar
opam package (ocaml/opam-repository@915bcf6); and I had to pin sedlex to 2.3 on Project Everest for./everest opam
(project-everest/everest@7440073).The text was updated successfully, but these errors were encountered: