François Bobot
François Bobot
Would `dune build @all && dune exec ` works for you? So does a generic `dune exec -b @all ...` would be okay?
It seems a lot of discussions have already append on this topic, I'm not able to get all the propositions and counter-arguments. But it seems some complications (`add` vs `init`)...
I'm reopening this one because #5429 is not really a duplicate.
After discussion, I think the current UI is not great because `dune init` doesn't force enough the layout to the users. `dune init [lib|exec]` create files in the current directory,...
esy seems to use this test: https://github.com/esy/esy/blob/2a863c5529ea20b45bca12881d351fc189d0e3c3/esy-build-package/Build.re#L384-L388
What is returned by `ocamlopt -config | grep -e system -e architecture` on both system?
However I don't know on which files it should be applied: - should we do it only for substituted files for which the source is verfied (`codesign -v `) -...
It is indeed not taken into account and it should if it is an available option. But I wonder if there is a meaningfull difference between `dune install ocluster` and...
@kit-ty-kate Do you think it would be OK to remove `-p` from the install command, or making `dune install -p foo` an alias of `dune install foo`.
I'm not sure for the hint. I agree the current is wrong in some case, but the proposed one is also wrong in others (when the other libraries are not...