Skip to content

Fix perltidy error output #229

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

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Conversation

tsilvap
Copy link
Contributor

@tsilvap tsilvap commented Jun 18, 2023

By default, perltidy writes errors to a file called perltidy.ERR. To make it write to stderr (which is what is assumed by format-all), we need to pass a "--standard-error-output" flag.

@tsilvap tsilvap force-pushed the fix-perltidy-error-output branch from 3623c70 to 21002aa Compare June 18, 2023 22:49
@tsilvap tsilvap closed this Jun 18, 2023
@tsilvap tsilvap force-pushed the fix-perltidy-error-output branch from 21002aa to 2e02fc6 Compare June 18, 2023 22:55
By default, perltidy writes errors to a file called `perltidy.ERR`. To
make it write to stderr (which is what is assumed by format-all), we
need to pass a "--standard-error-output" flag.
@tsilvap
Copy link
Contributor Author

tsilvap commented Jun 18, 2023

I was doing some local rebasing in magit and ended up force-pushing to this branch somehow? Welp, sorry about this, should be fixed now.

@tsilvap tsilvap reopened this Jun 18, 2023
@lassik
Copy link
Owner

lassik commented Jun 19, 2023

No problem. Good catch. Thanks!

@lassik lassik merged commit 6d33e5d into lassik:master Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants