Stephen Sherratt

Results 103 issues of Stephen Sherratt

Intended to help debug https://github.com/ocaml/dune/issues/10076

When generating a lockdir dune currently makes a lockfile for the dune package if it is among the project's dependencies, however the dune package is treated specially in that it's...

package management

If the dune executable currently running isn't what `dune` resolves to in `PATH`, packages that invoke `dune` in their build command should still start a copy of the current dune...

package management

Here's my proposal for a new syntax for dependencies in dune-project. The goals are: - variable syntax consistent with the rest of dune (replace variables like `:os` with pforlms like...

package management

**Describe the bug** Passing `/dev/stdout` to `--output` gives the error: ``` bear: failed with: Events db open failed (file /dev/stdout.events.json): Permission denied ``` **To Reproduce** ``` $ bear --append --output...

enhancement

Doc comments inline in the definition of variant constructors are sometimes associated with the constructor on both sides of the comment rather than just the one preceding it. Here's an...

I want to make a test that just installs dune and ocamlformat and runs `dune fmt`. I don't want to install all the dependencies of my project - just dune...

enhancement

It looks like the [archive of version 3.1.0 on github](https://github.com/roddyyaga/ppx_rapper/releases/tag/3.1.0) has changed in place and is now a snapshot of 03fd3d47b4fd143766c07e4a4a696a057945f8da whereas until a few days ago I'm guessing it...

Previously this linked to the badge image.

Hi! I'd like to vendor ocurl in a project that builds with dune. I noticed that ocurl recently got dune support, but it hasn't been released since then. Can you...