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
Apparently it's related with the evaluation order for deps in the rule. If removed, the warnings disappear. It's seams jbuilder/dune is checking dependencies before creating the subdirectory under _build/default.
The text was updated successfully, but these errors were encountered:
Since v1.0+beta17, I'm getting these warnings whenever I define an executable in a subdirectory where the main file is generated by a rule.
To reproduce the problem sufice to add this file to a subdir and trying runnig it with
jbuilder exec path/to/main.exe
:Apparently it's related with the evaluation order for
deps
in the rule. If removed, the warnings disappear. It's seams jbuilder/dune is checking dependencies before creating the subdirectory under_build/default
.The text was updated successfully, but these errors were encountered: