You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dune 1.1.0 installed via opam 2.0.0 on a 4.06.1 switch:
$ jbuilder build --dev
dune: --dev is no longer accepted as it is now the default.
Usage: dune build [OPTION]... [TARGET]...
Try `dune build --help' or `dune --help' for more information.
with a toy jbuild file:
(jbuild_version 1)
(executable (name main))
and a simple main.ml
let () = print_endline "Hello"
The text was updated successfully, but these errors were encountered:
dune 1.1.0 installed via opam 2.0.0 on a 4.06.1 switch:
with a toy
jbuild
file:and a simple
main.ml
The text was updated successfully, but these errors were encountered: