issues Search Results · repo:houseabsolute/Devel-StackTrace language:Perl
Filter by
0 results
(58 ms)0 results
inhouseabsolute/Devel-StackTrace (press backspace or delete to remove)re https://github.com/plack/Plack/pull/697
if ($trace some_other_condition()) {
$trace- as_string;
}
this code looks as if $trace- as_string doesn t get called if some_other_condition() is false, ...
miyagawa
- 1
- Opened on Jan 5, 2024
- #23
I have an Exception class that consumes the Throwable role. Furthermore I have an XMLException class that extends the
Exception class. In the
sub BUILD { print STDERR Devel::StackTrace- new- as_string ...
XSven
- 3
- Opened on Nov 7, 2023
- #22
Why doesn t Devel::StackTrace::Frame have overloaded stringification through as_string?
bpj
- 2
- Opened on Jul 9, 2018
- #19
I quite often find myself skipping frames at the top of the stack with
$t- frames( after_incl { $_- package !~ /^Foo::Bar\b|^Baz$/ } $t- frames );
my $where = first { $_- package !~ /^Foo::Bar\b|^Baz$/ ...
bpj
- 4
- Opened on Jul 9, 2018
- #18
The filename in stack traces is normalized with File::Spec- canonpath. On unix systems, this will usually not change the
reported file name. On Win32, it will usually change the directory separators. This ...
haarg
- 3
- Opened on Nov 29, 2017
- #16
found while investigating a Moose/Throwable bug:
$ perl -MDevel::StackTrace -wle sub foo { return Devel::StackTrace- new(message= something bad happened , indent= 1, skip_frames= 0, no_refs= 1);} my ...
karenetheridge
- 2
- Opened on Nov 17, 2017
- #15
Looks handy to have something like this in application $Devel::StackTrace::ignore_package = [ Try::Tiny ];
0x62ash
- 1
- Opened on Mar 4, 2017
- #14
Migrated from rt.cpan.org #99095 (status was open )
Requestors:
- ether@cpan.org (@karenetheridge)
From ether@cpan.org (@karenetheridge) on 2014-09-23 23:20:27:
I m afraid I don t have a reproduction ...
autarch
- 3
- Opened on Dec 7, 2016
- #13
Migrated from rt.cpan.org #54611 (status was open )
Requestors:
- milu71@googlemail.com
Attachments:
- dst.diff
- ColorStackTrace.pm
From milu71@googlemail.com on 2010-02-15 02:37:28:
(As outlined ...
autarch
- 10
- Opened on Dec 7, 2016
- #12
Migrated from rt.cpan.org #50447 (status was open )
Requestors:
- Alexandre.Gorobets@gmail.com
Attachments:
- bizarre
From alexandre.gorobets@gmail.com on 2009-10-13 14:12:36:
Simple (but awful) ...
autarch
- 6
- Opened on Dec 7, 2016
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.