-
Notifications
You must be signed in to change notification settings - Fork 5
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
Shorten tracebacks for errors #218
Comments
6 tasks
#162 seems related, let's handle those together and not deal with the present issue now |
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
|
github-actions
bot
added
the
_flag:stale
[BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again
label
Jan 9, 2024
7 tasks
github-actions
bot
removed
the
_flag:stale
[BOT ONLY] Flag issue that hasn't been updated in a while and needs to be triaged again
label
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tracebacks are currently quite long and difficult to parse. We should try and limit the error output to the informative message and what's necessary for the user to identify the issue in their input.
We may want to also consider https://typer.tiangolo.com/tutorial/terminating/#exit-with-an-error where it makes sense for upfront checks.
See also #212 (comment)
The text was updated successfully, but these errors were encountered: