dune icon indicating copy to clipboard operation
dune copied to clipboard

--ignore-promoted-rules has no effect on copy_files

Open eponier opened this issue 1 year ago • 1 comments

Actual Behavior

The documentation of copy_files refers to this page about modes specifying that --ignore-promoted-rules ignores rules with (mode promote), but this not true for copy_files.

Expected Behavior

I do not know if the proper fix is to change the code or change the documentation. In the first option, the code to change is here.

eponier avatar May 27 '24 09:05 eponier

Good catch. The tricky part in fixing that is determining if we need to version the fix or not.

emillon avatar May 27 '24 14:05 emillon