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

Fix/update init error handling #1584

Merged
merged 14 commits into from
Sep 6, 2024
Merged

Conversation

elizabethengelman
Copy link
Contributor

@elizabethengelman elizabethengelman commented Sep 5, 2024

What

Return custom errors with context from the init command. This PR comes from a comment on a previous init PR: #1548 (review)

Why

We can reduce the error printing we're doing in individual commands by letting those errors bubble up to the root command. This will also allow the callers of the functions have some more context about the error.

Known limitations

I'm not sure how I feel about the io error handling. Some of these errors were already printing out messages, so I used those messages for the custom error text. Some of the other io errors just returned as is - for those I created a StdIo error - partially because it may be overkill to map_err for each of those errors. Happy to rethink this piece if folks have other ideas.

@elizabethengelman elizabethengelman marked this pull request as ready for review September 5, 2024 17:26
@elizabethengelman elizabethengelman force-pushed the fix/update-init-error-handling branch 2 times, most recently from 5f69ebe to 4bf46be Compare September 6, 2024 19:19
@leighmcculloch leighmcculloch merged commit e3a3214 into main Sep 6, 2024
26 checks passed
@leighmcculloch leighmcculloch deleted the fix/update-init-error-handling branch September 6, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants