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
During opam install, where opam.exe is a with-dkml.exe shim, opam can call ocaml (ex. ocaml gen_config_ml in the ocaml-system package).
opam install
opam.exe
with-dkml.exe
ocaml
ocaml gen_config_ml
ocaml-system
But that ocaml is another with-dkml.exe shim, and prints the following during DKML_BUILD_TRACE=ON opam init ...:
DKML_BUILD_TRACE=ON opam init ...
ocamlc: [INFO] Running command: /usr/bin/env /Users/jonah/Applications/DkMLNative/bin/ocamlc-real -vnum 4.14.0
That unexpected output messes up the ocaml-system package, and will mess up other packages in hard-to-understand ways.
The text was updated successfully, but these errors were encountered:
bugfix: Both dkml/with-dkml need guards
7e6d181
+ Do not set --yes when creating playground >> Gives user the chance to look at the build directory on failures diskuv/dkml-installer-ocaml#82
No branches or pull requests
During
opam install
, whereopam.exe
is awith-dkml.exe
shim, opam can callocaml
(ex.ocaml gen_config_ml
in theocaml-system
package).But that
ocaml
is anotherwith-dkml.exe
shim, and prints the following duringDKML_BUILD_TRACE=ON opam init ...
:That unexpected output messes up the
ocaml-system
package, and will mess up other packages in hard-to-understand ways.The text was updated successfully, but these errors were encountered: