dune
dune copied to clipboard
test: repro #10301
reproes #10301
at least for the ocamllex case it's easy to see why the target is expected to be in the same dir as the dune file: https://github.com/ocaml/dune/blob/2a4a5bf6b904549dccd580904bff52e49a8ec8f2/src/dune_rules/stanzas/rule_conf.ml#L215-L220
and for menhir:
https://github.com/ocaml/dune/blob/2a4a5bf6b904549dccd580904bff52e49a8ec8f2/src/dune_rules/menhir/menhir_rules.ml#L100-L103
@emillon changed this to be just about menhir, and renamed the test case to point to #10301.
ping @emillon