Branch: refs/heads/parsexs-maybe
  Home:   https://github.com/Perl/perl5
  Commit: 9a564320e01f54472a73dde3a1b8dda393fe0eed
      
https://github.com/Perl/perl5/commit/9a564320e01f54472a73dde3a1b8dda393fe0eed
  Author: Leon Timmermans <[email protected]>
  Date:   2026-07-20 (Mon, 20 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: e7d7f0d753ef11ad6f019a609f2cfd121f2dfd96
      
https://github.com/Perl/perl5/commit/e7d7f0d753ef11ad6f019a609f2cfd121f2dfd96
  Author: Leon Timmermans <[email protected]>
  Date:   2026-07-20 (Mon, 20 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: ff6a80c572904ed95fc874910ec09cdc7185965f
      
https://github.com/Perl/perl5/commit/ff6a80c572904ed95fc874910ec09cdc7185965f
  Author: Leon Timmermans <[email protected]>
  Date:   2026-07-20 (Mon, 20 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/a9e6fe06ec3c...ff6a80c57290

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to