-
Notifications
You must be signed in to change notification settings - Fork 141
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
remove panic from newQemuHelper #413
Labels
Comments
obbardc
added a commit
to obbardc/debos
that referenced
this issue
Jul 17, 2023
Rather than panicing on error, bubble up an error so that the execution may recover correctly and the error shown to the user. Fixes: go-debos#413 Signed-off-by: Christopher Obbard <[email protected]>
sjoerdsimons
pushed a commit
to obbardc/debos
that referenced
this issue
Jul 24, 2023
Rather than panicing on error, bubble up an error so that the execution may recover correctly and the error shown to the user. Fixes: go-debos#413 Signed-off-by: Christopher Obbard <[email protected]>
obbardc
added a commit
to obbardc/debos
that referenced
this issue
Jul 26, 2023
Rather than panicing on error, bubble up an error so that the execution may recover correctly and the error shown to the user. Fixes: go-debos#413 Signed-off-by: Christopher Obbard <[email protected]>
Will be fixed under #303 |
obbardc
added a commit
to obbardc/debos
that referenced
this issue
Jan 10, 2024
Rather than panicing on error, bubble up an error so that the execution may recover correctly and the error shown to the user. Fixes: go-debos#413 Signed-off-by: Christopher Obbard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the last panic in the code and instead of panicking should be reworked to bubble up an error.
The text was updated successfully, but these errors were encountered: