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

Errors should not hide status #148

Open
dnesting opened this issue Apr 7, 2022 · 0 comments
Open

Errors should not hide status #148

dnesting opened this issue Apr 7, 2022 · 0 comments

Comments

@dnesting
Copy link

dnesting commented Apr 7, 2022

At least in GitLab, when an error occurs, the mp status output replaces the usual status output with the error text. This removes information useful in debugging (like the URL of the merge request).

One solution here would be to put the error message (if any) on a separate line so as to keep the status line available.

example-project		pushed		(merge error) status was not 'success', instead was 'failed'

Could become:

example-project 	pushed		status:?  assignee:dnesting https://gitlab.example.com/foo/example-project/-/merge_requests/123
					(merge error) status was not 'success', instead was 'failed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants