Branch: refs/heads/parsexs-maybe
  Home:   https://github.com/Perl/perl5
  Commit: 488e415c094a1f2216d5efe09e27e9a2d51acbea
      
https://github.com/Perl/perl5/commit/488e415c094a1f2216d5efe09e27e9a2d51acbea
  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: 8fa52d8ac8316e5cfe661f52157fe06fe50eee22
      
https://github.com/Perl/perl5/commit/8fa52d8ac8316e5cfe661f52157fe06fe50eee22
  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: 2bbac3597ac19bb58c5d7d968760a4c2cee0c0b2
      
https://github.com/Perl/perl5/commit/2bbac3597ac19bb58c5d7d968760a4c2cee0c0b2
  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/ff6a80c57290...2bbac3597ac1

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

Reply via email to