Open
Description
These would run before a build (maybe not every time though?) and would give a hook to check on the user's environment and offer help.
Some examples:
built_value
could check thatbuilt_value_generator
is in the dependencies so that it's builder will run.- A proto compiler could check that the executable is installed an in
$PATH
and either give a nice error message or offer to install the tools.
We'd want these to be isolated from the rest of the build.