Ticket #128 (new bug) — at Initial Version

Opened 13 years ago

Last modified 11 years ago

Honor source types in Parrot_locate_runtime_file

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

Description

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'va added a t/src/library.t testcase for this problem.

Change History

Changed 13 years ago by rurban

Note: See TracTickets for help on using tickets.