Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: c37e28edf73655f7085d46bad8060a781d1bdfed
https://github.com/Perl/perl5/commit/c37e28edf73655f7085d46bad8060a781d1bdfed
Author: Tony Cook <[email protected]>
Date: 2024-04-24 (Wed, 24 Apr 2024)
Changed paths:
M pod/perldiag.pod
M t/porting/diag.t
Log Message:
-----------
allow porting/diag.t to detect messages from XSUBs in class.c
and briefly document the undocumented messages it found.
Note that the "Odd number of arguments" message isn't suppressible,
I do not know if that is by design:
$ ./perl -Ilib -Mfeature=class -e 'no warnings; class C { field $x:param; }
C->new("x")'
Odd number of arguments passed to "C" constructor at -e line 1.
Discovered when porting/diag.t didn't warn about my new message
in the fix for #22159
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications