Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 60ee059cffa3cedc4bc8384e8b9d8973c676ea0e
https://github.com/Perl/perl5/commit/60ee059cffa3cedc4bc8384e8b9d8973c676ea0e
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M .editorconfig
M ext/XS-APItest/APItest.xs
Log Message:
-----------
Set .editorconfig for .xs files and add modeline to APItest.xs
Commit: 2f1473dde1979bb5f3ad5f9a60b45cc726763d8e
https://github.com/Perl/perl5/commit/2f1473dde1979bb5f3ad5f9a60b45cc726763d8e
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M regen/warnings.pl
M warnings.h
Log Message:
-----------
Add WARN_DEFAULTstring macro to warnings.h
Commit: 215e36f380b9b3b4bb0bf5bca03907211f8fd61e
https://github.com/Perl/perl5/commit/215e36f380b9b3b4bb0bf5bca03907211f8fd61e
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M MANIFEST
M embed.fnc
M embed.h
M ext/XS-APItest/APItest.pm
M ext/XS-APItest/APItest.xs
A ext/XS-APItest/t/cop_warnings.t
M op.c
M proto.h
Log Message:
-----------
Add `cop_*_warning()` API
This adds three new API functions: a pair to modify a COP by enabling or
disabling a single warning bit within it, and a query function to ask if
a given warning is already enabled.
This API is provided for CPAN modules to use to modify the set of
warnings present in a COP during compile-time. Currently modules need to
use the `new_warnings_bitfield()` function, which was recently hidden by
09a0707. That change broke the `Syntax::Keyword::Try` module, as
reported in https://github.com/Perl/perl5/issues/23609.
Compare: https://github.com/Perl/perl5/compare/928e6326a925...215e36f380b9
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications