-
Notifications
You must be signed in to change notification settings - Fork 25
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
Warn if no remote validator was specified #602
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @koplas I have reworked the exit code doc part to make it more clear that the bits are superposed .. Its a bit technical .. so if you have a better wording?
Most documentations have a table with a Hex Mask, but this is even more technical. This approach seems good enough for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a return from run() with error condition set with lead to os.exit(1), but 1 always means exitCodeSchemaInvalid
so each codepath for this should be checked and either commented or changed.
I just noticed the documentation for the exit code is wrong. |
To get this consistent: Do we have a first bit set in all error cases (like the documentation suggests) or only when there is no other error? Do we have the other bits set in case of general error? Do we get log output on all errors or only on general errors (as the documentation suggests)? |
Prints a warning if no remote validator was configured.
Closes #601