Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
runtime/parrot/library
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonathan Scott Duff  
View profile  
 More options May 4 2005, 9:27 pm
Newsgroups: perl.perl6.internals
From: d...@pobox.com (Jonathan Scott Duff)
Date: Wed, 4 May 2005 20:27:07 -0500
Local: Wed, May 4 2005 9:27 pm
Subject: runtime/parrot/library
Is there some reason that runtime/parrot/library isn't in the list of
search paths for both include_paths and dynext_paths?

-Scott
--
Jonathan Scott Duff
d...@pobox.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options May 5 2005, 6:38 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Thu, 5 May 2005 12:38:52 +0200
Local: Thurs, May 5 2005 6:38 am
Subject: Re: runtime/parrot/library
Jonathan Scott Duff <d...@pobox.com> wrote:

> Is there some reason that runtime/parrot/library isn't in the list of
> search paths for both include_paths and dynext_paths?

No. We have:

  load_bytecode => Parrot_load_bytecode

  *.pbc => PackFile_append.pbc => Parrot_readbc =>
           Parrot_locate_runtime_file( ... PARROT_RUNTIME_FT_PBC)
  else  => IMCC_compile_file => imcc_compile_file  =>
           Parrot_locate_runtime_file( ... PARROT_RUNTIME_FT_SOURCE)

In Parrot_locate_runtime_file() there is no special case for these file
types, they go along with the include paths, which isn't quite right.

Therefore we'd need another default search path for these two file
kinds.

Takers wanted.

> -Scott

leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options May 9 2005, 8:37 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Mon, 09 May 2005 14:37:12 +0200
Local: Mon, May 9 2005 8:37 am
Subject: Re: runtime/parrot/library

Jonathan Scott Duff wrote:
> Is there some reason that runtime/parrot/library isn't in the list of
> search paths for both include_paths and dynext_paths?

Fixed.

   load_bytecode "PGE.pbc"    # should work now

i.e. load_bytecode searches now:

   - runtime/parrot/library/
   - runtime/parrot/
   - ./

currently prefixed by the directory parrot was built in.

prefix path for an installed parrot will follow soon.

> -Scott

leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »