Ticket #128 (assigned bug) — at Version 1

Opened 13 years ago

Last modified 11 years ago

Honor source types in Parrot_locate_runtime_file

Reported by: rurban Owned by: rurban
Priority: minor Milestone:
Component: core Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: all

Description (last modified by rurban) (diff)

Forcing getting a pir or pasm with PARROT_RUNTIME_FT_SOURCE and PARROT_RUNTIME_FT_PIR are ignored in the load_bytecode library search.

If there's a .pbc it is always returned, even if the requested type was source or pir.

I've added a todo t/src/library.t testcase for this problem.

This currently nowhere used, might be wanted to force recompilation, instead of loading the already compiled pbc.

Change History

Changed 13 years ago by rurban

Changed 13 years ago by rurban

  • owner set to rurban
  • status changed from new to assigned
  • description modified (diff)
Note: See TracTickets for help on using tickets.