Skip to content
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

Error out if user provides errorneous format specification #192

Open
yarikoptic opened this issue Sep 30, 2024 · 0 comments
Open

Error out if user provides errorneous format specification #192

yarikoptic opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels

Comments

@yarikoptic
Copy link
Member

Continuation to

and a brief discussion on matrix. I think it is bad to be "too tolerant" to user mis-specifications, in the end it would only delay the pains and possibly make it harder to figure out what to fix later on. You can generally avoid throwing traceback (unless e.g. some DUCT_DEVEL envvar set), but should exit with non-0 so user detects error right away and fixes for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants