Ticket #510 (closed bug: fixed)
HLLCompiler can't '--target=parse' from installed parrot
Reported by: | allison | Owned by: | pmichaud |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | PCT | Version: | |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Data;Dumper is installed, but something somewhere (probably dumper.pir) is tacking 'library/' on to the front of the path instead of loading it as 'Data/Dumper.pir'.
allison@onji:~/projects/svn/python-parrot$ parrot pynie.pbc --target=parse Lib/test/parrot/13-builtins.py "load_bytecode" couldn't find file 'library/Data/Dumper.pir' current instr.: '_global_dumper' pc 106 (runtime/parrot/library/dumper.pir:153) called from Sub '_dumper' pc 26 (runtime/parrot/library/dumper.pir:84) called from Sub 'pynie;PCT;HLLCompiler;evalfiles' pc 1295 (src/PCT/HLLCompiler.pir:691) called from Sub 'pynie;PCT;HLLCompiler;command_line' pc 1470 (src/PCT/HLLCompiler.pir:789)
Change History
Note: See
TracTickets for help on using
tickets.