ocaml-gospel / gospel

A tool-agnostic formal specification language for OCaml.
https://ocaml-gospel.github.io/gospel
MIT License
126 stars 16 forks source link

Add a dune alias to check that `dune.inc`s files mention only git-tracked files #327

Closed shym closed 1 year ago

shym commented 1 year ago

Add a pre-push dune alias to check that all the files appearing in dune.incs are indeed tracked in git, to (help) avoid pushing dune.incs generated for local-only files.

shym commented 1 year ago

This is brittle and incomplete (see #328 for something it would have missed).