Ticket #510 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

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

Changed 13 years ago by pmichaud

  • status changed from new to closed
  • resolution set to fixed

I suspect the issue was that dumper.pir was previously doing a load_bytecode of 'library/Data/Dumper.pir' when it should've been using 'Data/Dumper.pir'. This has been fixed/changed since this ticket was opened, so I'm closing the ticket as "fixed" for now. If the problem reoccurs, re-open the ticket or create a new one.

Thanks!

Pm

Note: See TracTickets for help on using tickets.