tarides / opam-monorepo

Assemble dune workspaces to build your project and its dependencies as a whole
ISC License
132 stars 27 forks source link

Remove some dead code #356

Closed gridbugs closed 1 year ago

gridbugs commented 1 year ago

Signed-off-by: Stephen Sherratt stephen@sherra.tt

In https://github.com/tarides/opam-monorepo/pull/355 I wanted to add a new field to Package_summary.t:

build : OpamTypes.command list

...but found it would be non-trivial to implement equal or pp for the OpamTypes.command type. This would only be necessary to update the Package_summary.equal and Package_summary.pp functions, but I found that they aren't called anywhere in this project.