Skip to content

Commit

Permalink
chore: add comment about wrong expander (#9311)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Nov 29, 2023
1 parent 07cfbc3 commit 1216068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dune_rules/cram/cram_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ let rules ~sctx ~expander ~dir tests =
let base = `This (Path.build dir) in
let open Action_builder.O in
let+ more_locks =
(* XXX wrong expander? this should be the expander in the
directory of the cram stanzas *)
Expander.expand_locks ~base expander stanza.locks
|> Action_builder.of_memo
>>| Path.Set.of_list
Expand Down

0 comments on commit 1216068

Please sign in to comment.