On Mon, 09 Apr 2007 01:33:14 -0700
Paul Cochrane (via RT) <[EMAIL PROTECTED]> wrote:

> # New Ticket Created by  Paul Cochrane 
> # Please include the string:  [perl #42381]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42381 >
> 
> 
> In the file src/ops/core.ops within the load_bytecode() op there is
> the todo item embedded in a docstring:
> 
> "Load Parrot bytecode from file $1, and (TODO) search the library
> path, to locate the file."
> 
> This functionality needs implementation.

I looked up load_bytecode and found src/packfile.c . This implementation
uses Parrot_locate_runtime_str which performs the lookup with library
search paths.

The comment wherever it is, is out of date I think.

Cheers,
Mike Mattie - [EMAIL PROTECTED]

Attachment: signature.asc
Description: PGP signature

Reply via email to