Skip to content

Commit

Permalink
suppress bogus inlining of +args
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 19, 2015
1 parent a328aab commit 032dd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -3013,7 +3013,7 @@ Compilation unit '$file' contained the following violations:
my %info := @params[$i];
my $param_obj := @p_objs[$i];
return 0 if %info<optional> || %info<is_capture> || %info<pos_slurpy> ||
%info<named_slurpy> || %info<pos_lol> || %*PARAM_INFO<pos_onearg> || %info<bind_attr> ||
%info<named_slurpy> || %info<pos_lol> || %info<pos_onearg> || %info<bind_attr> ||
%info<bind_accessor> || %info<nominal_generic> || %info<named_names> ||
%info<type_captures> || %info<post_constraints>;
my int $flags := nqp::getattr_i($param_obj, $Param, '$!flags');
Expand Down

0 comments on commit 032dd7f

Please sign in to comment.