We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using 4.11.0~dev, trying to opam install topkg (or anything else using topfind) seems to break:
opam install topkg
#=== ERROR while compiling topkg.1.0.1 ========================================# # context 2.0.4 | macos/x86_64 | ocaml-variants.4.11.0+trunk | file:///Users/avsm/src/git/ocaml/opam-repository # path ~/.opam/devc2/.opam-switch/build/topkg.1.0.1 # command ~/.opam/opam-init/hooks/sandbox.sh build ocaml pkg/pkg.ml build --pkg-name topkg --dev-pkg false # exit-code 2 # env-file ~/.opam/log/topkg-34480-60c5c2.env # output-file ~/.opam/log/topkg-34480-60c5c2.out ### output ### # [...] # File "src/topkg_main.ml", line 7, characters 5-17: # 7 | open Topkg_result # ^^^^^^^^^^^^ # Error: Unbound module Topkg_result # File "src/topkg.ml", line 9, characters 8-20: # 9 | include Topkg_result # ^^^^^^^^^^^^ # Error: Unbound module Topkg_result # File "./pkg/pkg.ml", line 27, characters 5-10: # 27 | open Topkg # ^^^^^ # Error: Unbound module Topkg
(I've not had a chance to bisect this further, but figured it's a serious enough regression to open up an issue early).
The text was updated successfully, but these errors were encountered:
Fix #mod_use in toplevel
5abff44
Regression from ocaml#9283. Fixes ocaml#9455
#use "| <command>"
Successfully merging a pull request may close this issue.
When using 4.11.0~dev, trying to
opam install topkg(or anything else using topfind) seems to break:(I've not had a chance to bisect this further, but figured it's a serious enough regression to open up an issue early).
The text was updated successfully, but these errors were encountered: