Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9858ecee0156402268f2164254f480115136a743
https://github.com/Perl/perl5/commit/9858ecee0156402268f2164254f480115136a743
Author: Tony Cook <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/t/008-parse-xsub-keywords.t
Log Message:
-----------
ExtUtils::ParseXS: PERL_UNUSED_VAR() a possibly unused variable
EU::PXS declares `CV *cv;` in an inner scope of the boot function if it
has seen an ALIAS or XSINTERFACE_FUNC_SET(), but if all of the
functions being added by the boot block are guarded by false
conditionals it is possible for the cv to be unused, producing a C
compiler warning at compile-time.
Invoke the magic to silence the warning.
Encountered at https://github.com/Perl/perl5/pull/24439#issuecomment-4618125567
Commit: d3cd50cf8a91d5a905328e6a9ade702a0c636648
https://github.com/Perl/perl5/commit/d3cd50cf8a91d5a905328e6a9ade702a0c636648
Author: Tony Cook <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
M dist/ExtUtils-ParseXS/lib/perlxs.pod
Log Message:
-----------
ExtUtils::ParseXS: bump versions
Commit: 700c39bec642d67e4b84cfd11642edb0657f9bc9
https://github.com/Perl/perl5/commit/700c39bec642d67e4b84cfd11642edb0657f9bc9
Author: Tony Cook <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/Changes
Log Message:
-----------
ExtUtils::ParseXS: update Changes
Compare: https://github.com/Perl/perl5/compare/0fa23aa980f5...700c39bec642
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications