-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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 handler prints number of bytes instead of actual output #8244
Comments
The actual output is printed a little bit above, though I don't know where the number in the error is coming from. |
@Bo98 I think I can explain that part. In Where I’m actually stuck is in deciding whether it’s a bug in |
Oh I was looking |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Edit: see below. |
Changed my mind. It would be unreasonable to demand from the caller of PR incoming. |
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem? Error seems unrelated, and I have no idea how to fix this anyway.brew config
andbrew doctor
and included their output with your issue?What you were trying to do (and why)
I was trying to version bump a formula whose inline (
:DATA
) patch would no longer apply to the newer version.What happened (include command output)
An error message is printed along with the length of the output.
(To make the case reproducible with minimal effort, I’m using the
rp
formula in the following output.)Command output
What you expected to happen
An error message is printed along with the actual output of the failed command.
Step-by-step reproduction instructions (by running
brew
commands)brew edit rp
.BeaEngine
toBeerEngine
.(Note that neither
-i
nor--ignore-dependencies
are needed for the error to occur, it’s just to make reproduction easier.)Output of
brew config
andbrew doctor
commandsThe text was updated successfully, but these errors were encountered: