-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoproj watch
gets frozen if the user needs to answer a configuration question
#200
Comments
Shouldn't autoproj skip interactive configuration if subcommand == watch? |
Skipping the configuration is not really possible. The build setup depends on the configuration, so it can't be loaded or regen'ed. This is why I was proposing to:
Unfortunately, the configuration will also be asked on e.g. update or build, which will have the same problem. Ultimately, we would have to be able to ask for the configuration value. |
Yes, you are right. I think warning that the build is not properly configured and waiting for another event is the way to go. |
Not an issue anymore, right? @doudou EDIT: I mean, now that we have |
Still an issue, however:
I guess that doing (1) would still be better than nothing, but (2) will still bite every now and then |
Ways to fix that:
watch
fail in these cases, and wait for more changes. Should display a message that external tools can easily detect and show to the user (e.g.ERROR: <msg>
)The text was updated successfully, but these errors were encountered: