#2041: :immediate ignored when compiling to PBC
----------------------+-----------------------------------------------------
Reporter: jonathan | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: imcc | Version: 3.1.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
----------------------+-----------------------------------------------------
:immediate is ignored when compiling to PBC:
{{{
C:\Consulting\nqp>type bug.pir
.sub '' :immediate
say "in immediate"
.end
.sub '' :main
say "run"
.end
C:\Consulting\nqp>parrot_install\bin\parrot.exe bug.pir
in immediate
run
C:\Consulting\nqp>parrot_install\bin\parrot.exe -o bug.pbc bug.pir
C:\Consulting\nqp>
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/2041>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets