#128: Honor source types in Parrot_locate_runtime_file
--------------------+-------------------------------------------------------
 Reporter:  rurban  |       Owner:  rurban  
     Type:  bug     |      Status:  assigned
 Priority:  minor   |   Milestone:          
Component:  core    |     Version:          
 Severity:  medium  |    Keywords:          
     Lang:          |       Patch:          
 Platform:  all     |  
--------------------+-------------------------------------------------------
Description changed by rurban:

Old 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'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.

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

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

--

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/128#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to