Rudi Grinberg
Rudi Grinberg
> Alternatively dune pkg depext --install could also attempt to automatically invoke the appropriate package manager with sudo, but I'm not sure whether it is worth duplicating all that code...
@moyodiallo could you have a look at this?
> next adding the flag to get dune pkg depexts --install by copying the code that we need from opam. (itt is not a huge code). Or, we can just...
@ddickstein are you perhaps also hinting that this mode would be the better default than the current default of exporting everything? Otherwise, I agree with Nicolas that adding a feature...
It's worth remembering that dune allows for more than one library per dune file. So there's no good value to pick for `%{lib}` in some cases. I suppose adding a...
Thank your for the test. Could you sign your commit as per https://github.com/ocaml/dune/blob/main/CONTRIBUTING.md
Realistically, what this ticket proposes cannot be done because the source of truth is the project file. This is what the user must write so that dune even has a...
What do you gain over running dune inside your dotenv runner? E.g. `$ dotenvx run dune exec ..`
> Same as with dune implementing watch mode itself instead of relying on a third-party tool. We did that in early versions. The approach was later abandoned because every 3rd...
Seems alright. No reason to not allow this for this specific set of flags.