Etienne Marais
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...
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: -...
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...
I have seen that you have updated Dune to follow a commit on the `main` branch. This `3.18.2` release of Dune restores the support for `ocaml.5.4.0`. I have restored to...
As we updated `dune` to use the latest version, it requires `dune` to be pinned to the local version to satisfy the dependencies and be able to use `ocaml-lsp-server` without...