Branch: refs/heads/parsexs-maybe
Home: https://github.com/Perl/perl5
Commit: 95d37a0097360813ccff74e12c41050dbc89c498
https://github.com/Perl/perl5/commit/95d37a0097360813ccff74e12c41050dbc89c498
Author: Leon Timmermans <[email protected]>
Date: 2026-07-21 (Tue, 21 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: a0b6db6d0de5631a8f731b4d7bf568b2b597f394
https://github.com/Perl/perl5/commit/a0b6db6d0de5631a8f731b4d7bf568b2b597f394
Author: Leon Timmermans <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/t/005-parse-parameters.t
M dist/ExtUtils-ParseXS/t/006-parse-return-type.t
Log Message:
-----------
ExtUtils::ParseXS: Add MAYBE support to return values and output
This adds the MAYBE modifier to return values and output arguments.
This will map undef to the given sentinel (or NULL if none is given),
and otherwise use the usual typemapping machinery.
Commit: 43c8fe743ca595ff9a16bdfa9db701e7ab9c5d56
https://github.com/Perl/perl5/commit/43c8fe743ca595ff9a16bdfa9db701e7ab9c5d56
Author: Leon Timmermans <[email protected]>
Date: 2026-07-21 (Tue, 21 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/c5dfefff7128...43c8fe743ca5
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications