Skip Menu |

This queue is for tickets about the Lexical-Types CPAN distribution.

Report information
The Basics
Id: 86112
Status: resolved
Priority: 0/
Queue: Lexical-Types

People
Owner: Nobody in particular
Requestors: ilmari [...] ilmari.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.13



Subject: Doesn't hook new PADRANGE op in Perl 5.18
Perl 5.17.7 introduced a new PADRANGE op to optimise consecutive lexical variable declarations. Lexical::Types needs to hook checking this op as well as PADANY and PADSV.
Show quoted text
> Perl 5.17.7 introduced a new PADRANGE op to optimise consecutive > lexical variable declarations. Lexical::Types needs to hook checking > this op as well as PADANY and PADSV.
Hello to you too, This has already been brought to my attention five months ago in https://rt.perl.org/rt3//Public/Bug/Display.html?id=115684. Adding support for this new optimization is non-trivial work, and given that Lexical::Types is not really an high profile module, it's pretty low on my priority list. Thanks, Vincent
Fixing the link to accomodate with RT : https://rt.perl.org/rt3/Public/Bug/Display.html?id=115684
This has been fixed in version 0.13.