--- Simon Cozens <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 10, 2001 at 04:48:35AM -0700, Benjamin Stuhl
> wrote:
> > *cough* Namespace pollution *cough*
> > These should proably all be prefixed...
> 
> You're going to have a canary when you see the rest of
> the code... :)

I know. I've looked at the anon CVS, such as it is.
 
> Seriously, I see the string subsystem as being
> self-sufficient; it can be
> detached from Parrot as a stand-alone string library, and
> hence shouldn't have
> Parrot_... prefices.

Except that Parrot is written assuming its there, which
means that Parrot itself needs to be linked against it. If
we're being embedded, we might clash with the main
program's
own string library, which shoots down the entire project. I
would look at this more like glib - it's a utility library,
but it's still prefixed because who knows what else the
final executable will be linked against.

-- BKS 
(who seems to have accidentally become the namespace police)

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to