Branch: refs/heads/parsexs-maybe
Home: https://github.com/Perl/perl5
Commit: a5a7539a60c91e9cb4b8fde5404fb71c81bd5ced
https://github.com/Perl/perl5/commit/a5a7539a60c91e9cb4b8fde5404fb71c81bd5ced
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: 63568e21f0e4fcc2323b53d21e451b818c619fc2
https://github.com/Perl/perl5/commit/63568e21f0e4fcc2323b53d21e451b818c619fc2
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: c5dfefff712834e3a4a06c6bdbcf10f31552498a
https://github.com/Perl/perl5/commit/c5dfefff712834e3a4a06c6bdbcf10f31552498a
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/56e7c01351e8...c5dfefff7128
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications