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
If goa fails early due to missing tools, `exit_with_error` failed on a
missing variable. This commit makes the utility functions robust
against missing variable definitions.
Fixes#113
Thanks for the patches! Unfortunately, there is a tool dependency in command_line.tcl. I therefore came up with a modified variant of your second patch (see 48833c9).
If goa fails really early due to missing tools
the output does not help to identify the program missing as
project_name
is not yet defined.The text was updated successfully, but these errors were encountered: