Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #356 from donaldh/nom
Clear the QAST annotations when building inlining info.
  • Loading branch information
FROGGS committed Jan 19, 2015
2 parents 6279e12 + 35c0507 commit 0bf4263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Perl6/Actions.nqp
Expand Up @@ -2683,6 +2683,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
try $PseudoStash := $*W.find_symbol(['PseudoStash']);
sub clear_node($qast) {
$qast.node(nqp::null());
$qast.clear_annotations();
$qast
}
sub node_walker($node) {
Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2014.12-39-g94ed47c
2014.12-40-g9f1320c

0 comments on commit 0bf4263

Please sign in to comment.