-
Notifications
You must be signed in to change notification settings - Fork 561
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
perl emits errors and warnings out of order #10704
Comments
From andrew@pimlott.netCreated by andrew@pimlott.netperl often emits errors and warnings out of order, that is, a message about % perl -wc This is pretty silly, and it gets annoying when the first error is the cause Andrew Perl Info
|
This is fixed with #20168 |
I have emailed the original poster about the resolution of this ticket. I am self-assigning it for the purpose of closing it within 7 days. |
On Fri, 16 Sept 2022, 20:46 James E Keenan, ***@***.***> wrote:
I have emailed the original poster about the resolution of this ticket. I
am self-assigning it for the purpose of closing it within 7 days.
Please don't close this. It's a valid bug report that relates to the fact
that the compiler saves up fatal exceptions and emits them all at once,
wheras warnings can be emitted immediately.
The continue after error logic has multplie bugs, and this is just one of
them. Sig die is not reliably called, etc.
We should not close this ticket, we should fix the underlying bug.
Yves
… |
Ack.
…On Sat, 17 Sept 2022, 00:02 James E Keenan, ***@***.***> wrote:
Assigned #10704 <#10704> to @demerphq
<https://github.com/demerphq>.
—
Reply to this email directly, view it on GitHub
<#10704 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZ5R3IMMHTKZMSKTBNTQTV6T4BNANCNFSM6AAAAAAQHV24UU>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Migrated from rt.perl.org#78282 (status was 'new')
Searchable as RT78282$
The text was updated successfully, but these errors were encountered: