Skip to content

Commit

Permalink
Add a few :viviself's to resolve various Null PMC exceptions (4 indiv…
Browse files Browse the repository at this point in the history
…idual RT tickets closed by this).
  • Loading branch information
jnthn committed Aug 19, 2009
1 parent 96f54dd commit 9729b05
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/parser/actions.pm
Expand Up @@ -2484,7 +2484,8 @@ method term($/, $key) {
PAST::Var.new(
:name($short_name),
:namespace(@ns),
:scope('package')
:scope('package'),
:viviself('Failure'),
),
:pasttype('call')
);
Expand All @@ -2502,7 +2503,8 @@ method term($/, $key) {
$past.unshift(PAST::Var.new(
:name($short_name),
:namespace(@ns),
:scope('package')
:scope('package'),
:viviself('Failure'),
));
}
else {
Expand All @@ -2518,7 +2520,8 @@ method term($/, $key) {
$past.unshift(PAST::Var.new(
:name($short_name),
:namespace(@ns),
:scope('package')
:scope('package'),
:viviself('Failure'),
));
}
else {
Expand Down

0 comments on commit 9729b05

Please sign in to comment.