id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
173,lexicals not found in PIRC,kjs,kjs,"lexicals can't be found in nested .subs.
the following works in parrot, but the generated bytecode doesn't seem to work:


{{{
.sub main
 .lex ""x"", $P0
 $P0 = new ""Integer""
 $P0 = 42
 foo()
.end

.sub foo :outer(""main"")
 $P0 = find_lex ""x""
 print $P0
.end
}}}


So, apparently, lexicals are not stored correctly.
This needs fixing.",bug,closed,normal,,core,,medium,invalid,lexicals,parrot-dev@…,,,
