Branch: refs/heads/parsexs-maybe
Home: https://github.com/Perl/perl5
Commit: f9e6e2eb36ff59dcb676c407f6397f0023fa1592
https://github.com/Perl/perl5/commit/f9e6e2eb36ff59dcb676c407f6397f0023fa1592
Author: Leon Timmermans <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/t/005-parse-parameters.t
Log Message:
-----------
ExtUtils::ParseXS: Add MAYBE support to arguments
This adds the MAYBE modifier to arguments. This will map undef to the
given sentinel (or NULL if none is given), and otherwise use the usual
typemapping machinery.
Commit: 4909f19e0aea939b1d5f379b1dd69dde2cf0f4db
https://github.com/Perl/perl5/commit/4909f19e0aea939b1d5f379b1dd69dde2cf0f4db
Author: Leon Timmermans <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/t/006-parse-return-type.t
Log Message:
-----------
ExtUtils::ParseXS: Add MAYBE support to return values
This adds the MAYBE modifier to return values. This will map undef to the
given sentinel (or NULL if none is given), and otherwise use the usual
typemapping machinery.
Commit: 32a751317b058043ea506392b0c132d32aa48ce8
https://github.com/Perl/perl5/commit/32a751317b058043ea506392b0c132d32aa48ce8
Author: Leon Timmermans <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/Changes
M dist/ExtUtils-ParseXS/lib/perlxs.pod
Log Message:
-----------
ExtUtils::ParseXS: Document MAYBE functionality
Compare: https://github.com/Perl/perl5/compare/d2772a657399...32a751317b05
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications