Branch: refs/heads/davem/xs_gh23407
  Home:   https://github.com/Perl/perl5
  Commit: 6d1b7cfa22910610a806afff2e3d3fb490f81489
      
https://github.com/Perl/perl5/commit/6d1b7cfa22910610a806afff2e3d3fb490f81489
  Author: David Mitchell <da...@iabyn.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
    M dist/ExtUtils-ParseXS/t/001-basic.t

  Log Message:
  -----------
  ParseXS: fix handling of empty C_ARGS etc

GH#23407

My recent refactoring work on ParseXS made the parser go into an
infinite loop on multiline_merged nodes such as C_ARGS when there was no
text, e.g.

    void
    foo(int  a)
        C_ARGS:



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

Reply via email to