Etienne Marais

Results 18 issues of Etienne Marais

From the interviews conducted by @leostera it appears that, intuitively, people tend to write `package` instead of `pkg`. To respond to this, I have added a `dune package` command, with...

package management

This PR superseeds #10641. It displays an error to the user if the lock dir is out of sync with the `dune-project` when they try to execute `dune build`. It...

This PR is a proposition for updating the `dune.lock` directory in an atomic way. Its goal is to prevent the user of unwanted behavior while running the `dune build --watch`...

Following the merge of #10724, I have written this PR so we are able to build the executable using _Nix Flake_. I'm far from being a Nix expert, so if...

Following the discussion during the _Dune Dev Meeting_ ([cf notes](https://github.com/ocaml/dune/wiki/dev-meeting-2024-08-21)), there was the discussion about re-locking the file with `dune build` and `dune build --watch`. The retain solution was: -...

proposal
package management

Hi :wave: We are on our way to publish the Dune Developer Preview to the public (with Dune package management as a notorious feature). Currently, the website is host under...

Hi :wave: This PR introduces an explanation about the Dune Dev Preview we are putting in place to provide early access to Dune Package Management. It's still a draft as...

## Context In the current behaviour, unless you have the exact target, it is impossible to download the dependencies without building the project. A nice feature would be a command...

feature-request
package management