Branch: refs/heads/smoke-me/tonycoz/internals-debugging
Home: https://github.com/Perl/perl5
Commit: 3e4bf80eed7d96f58d5c22a5345239fb14ebb1ad
https://github.com/Perl/perl5/commit/3e4bf80eed7d96f58d5c22a5345239fb14ebb1ad
Author: Tony Cook <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M t/porting/bincompat.t
M universal.c
Log Message:
-----------
Add Internals::DEBUGGING to test perl was built with DEBUGGING defined
This is one possible implementation, others might be:
- builtin::is_debug_build (or some other name)
- ${^DEBUGGING}
both of which use a more public namespace, but Internals::DEBUGGING
seemed the least disruptive for now.
Commit: 024316f55c8e9aab6425eeb77ef2eaf820ec1e27
https://github.com/Perl/perl5/commit/024316f55c8e9aab6425eeb77ef2eaf820ec1e27
Author: Tony Cook <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M charclass_invlists.inc
M lib/unicore/mktables
M lib/unicore/uni_keywords.pl
M regcharclass.h
M regexp_constants.h
M t/op/aassign.t
M t/op/glob.t
M t/run/switchDx.t
M t/run/todo.t
M t/win32/system_tests
M uni_keywords.h
Log Message:
-----------
Internals::DEBUGGING: update t/* tests and mktables to use the new constant
Compare: https://github.com/Perl/perl5/compare/3e4bf80eed7d%5E...024316f55c8e
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications