Yves Orton

Results 280 comments of Yves Orton

Executive summary: Not a bug in perl. HTML::Mason::Interp doesn't handle that $@ may be a string or an object, depending on whether it fails with a die or not. This...

I wanted to add some demonstration of the bug this PR fixes. Consider the following program: ``` use strict; use warnings; use File::Temp qw(tempdir); our @stack; my $dir= tempdir(CLEANUP=>1); my...

In case it isnt obvious consider the following modification of the test code: ``` $ cat t_stack.pl use strict; use warnings; use File::Temp qw(tempdir); use Test::More; our @stack; my $dir=...

Furthermore on this I checked into the failure in DBIx::Class. It would seem that t/53lean_startup.t uses a set of heuristics (which aren't entirely clear to me) to notice what plug...

Sorr On Fri, 16 Sept 2022, 23:40 James E Keenan, ***@***.***> wrote: > @demerphq is this PR closable? It looks > like the collective unreversion has since been applied by...

On Sun, 17 Apr 2022, 10:36 Hugo van der Sanden, ***@***.***> wrote: > In 5.35.10, if I run either the fuzzed program or the reduction above, the > dereference is...

This is fixed by eeaa14560ec85b0b27e1525f54911f13d61ec55f (unmerged as yet).

Currently in https://github.com/Perl/perl5/pull/20168

This appears to be fixed in 5.34, possibly via @tonycoz and bb4e4c3869 but i havent bisected yet.