You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
made the problem go away. On adding a confess to the stringify overload, the stack trace read:
t/traits.t ................. STACKTRACE at (dir)/blib/lib/Data/Frame.pm line 209.
Data::Frame::string(Data::Frame__WITH__Data::Frame::Role::Rlike=HASH(0x6033b1751e00)) called at (dir)/blib/lib/Data/Frame.pm line 48
Data::Frame::__ANON__(Data::Frame__WITH__Data::Frame::Role::Rlike=HASH(0x6033b1751e00), undef, "") called at (dir)/blib/lib/Data/Frame/Partial/Sugar.pm line 85
Data::Frame::Partial::Sugar::__ANON__(Data::Frame__WITH__Data::Frame::Role::Rlike=HASH(0x6033b1751e00), undef, "") called at (eval 526)[(perlbrew)/libs/perl-5.32.0@normal/lib/perl5/Sub/Quote.pm:3] line 45
Data::Frame__WITH__Data::Frame::Role::Rlike::new("Data::Frame__WITH__Data::Frame::Role::Rlike", "columns", ARRAY(0x6033b170ea00)) called at (eval 525)[(perlbrew)/libs/perl-5.32.0@normal/lib/perl5/Sub/Quote.pm:3] line 27
Data::Frame::new("Data::Frame__WITH__Data::Frame::Role::Rlike", "columns", ARRAY(0x6033b170ea00)) called at t/traits.t line 12
so Sub::Quote may be part of the fun.
The text was updated successfully, but these errors were encountered:
As worked around in EntropyOrg/p5-Data-Frame@b3f456d, use of:
caused the stringify overload to be called, which in that context caused a problem. Switching it to:
made the problem go away. On adding a
confess
to the stringify overload, the stack trace read:so Sub::Quote may be part of the fun.
The text was updated successfully, but these errors were encountered: