You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a bug indeed. Morally, depending on (alias foo) should depend on the expansion of foo, which should include dir/dep because of the (deps (source_tree dir)).
Hi folks,
I'm not sure if this intended but posting here for discussion. Assume a dune file:
dune build @bar
will buildout
correctly the first time; however it we updatedir/dep
out
is not rebuilt.Dune 2.5.1 (back to 2.1.1), OCaml 4.10, Linux
The text was updated successfully, but these errors were encountered: