dune icon indicating copy to clipboard operation
dune copied to clipboard

Cram tests can access OCaml libraries not in deps, if they are compiled

Open rlepigre opened this issue 1 year ago • 0 comments

Expected Behavior

Running dune build @uselib should always fail.

Actual Behavior

Running dune build (building the OCaml library) first allows dune build @uselib to succeed.

Reproduction

  • PR with a reproducing test: https://github.com/ocaml/dune/pull/6011

rlepigre avatar Jul 26 '22 17:07 rlepigre