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
Right now, If I cd to an empty directory, and execute walk, this is what I see:
dir $ walkdir $
No output. walk is doing the right thing, since the intended behavior of a dependency in a directory without a Walkfile is to assume that the dependency is a static file, or a noop dep.
However, in the above case, where I'm executing a root target that has no Walkfile, it would be nice to output some helpful message on stderr:
dir $ walkWARNING: No Walkfile found for target "all"See https://ejholmes.github.io/walk#getting-started
The text was updated successfully, but these errors were encountered:
Right now, If I
cd
to an empty directory, and executewalk
, this is what I see:No output.
walk
is doing the right thing, since the intended behavior of a dependency in a directory without a Walkfile is to assume that the dependency is a static file, or a noop dep.However, in the above case, where I'm executing a root target that has no Walkfile, it would be nice to output some helpful message on stderr:
The text was updated successfully, but these errors were encountered: