I have uploaded a new release candidate for Marpa::R2: https://metacpan.org/pod/release/JKEGL/Marpa-R2-7.001_000/pod/Marpa_R2.pod . This is the release candidate for Marpa::R2 8.000000, which I hope to release next week.
Value added is the fix to the SvIOK problem, as summarized here: https://github.com/jeffreykegler/Marpa--R2/blob/master/UPDATES.md#integer-arguments-of-lexeme_complete-and-resume-sometimes-ignored . Typically, two indexed releases in rapid succession indicate some new problem in the first of those releases, but in this case, the timing is coincidence. On the day of the release, while working on unrelated matters, I ran into a problem with the integer arguments to $recce->resume(). The problem may also affect the integer arguments to the $recce->lexeme_complete() command. The summary linked to above describes a workaround. The problem is rare -- AFAIK I am the only one who has been bitten by it. It occurs when the integer argument is considered by the Perl internal to be "tied", and involves a change (as of Perl 5.18) to the Perl XS API. I believe that Perls 5.16 and prior are unaffected. Testing is appreciated. Thanks, jeffrey -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
