id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
834,exit opcode doesn't set process return value,pmichaud,dukeleto,"The 'exit' opcode appears to not set the process return value:

{{{
$ cat x.pir
.sub main
    exit 1
.end

$ ./parrot x.pir
$ echo $?
0
}}}

This is causing problems for many build scripts in Rakudo -- errors encountered during compilation aren't halting the build (and thus the errors are easily overlooked).

Pm",bug,closed,major,,core,1.3.0,high,fixed,,,perl6,,
