Open samoht opened 3 years ago
opam admin check --cycles [--ignore-test-doc] is super useful to detect issue with dependency cycles. That'd be useful to run it automatically on every PR to detect this kind of issue early.
opam admin check --cycles [--ignore-test-doc]
I'm currently working on the lint phase, so I can add this in there.
lint
opam admin check --cycles [--ignore-test-doc]
is super useful to detect issue with dependency cycles. That'd be useful to run it automatically on every PR to detect this kind of issue early.