Jens Rieks <[EMAIL PROTECTED]> wrote:
> Currently, Parrot_find_global throws and internal_exception, which is IMO not
> good.

Where? The Parrot_find_global() function returns NULL in failure case.
Parrot_get_global() throws a real execption.

> I have a patch ready that adds a "void *next" parameter to
> - Parrot_find_global

That's what Parrot_get_global() already has.

> - Parrot_store_global

Parrot_store_global() shouldn't really fail.

> and adds
> - Parrot_find_global_nspmc (PMC *namespace instead of STRING *namespace)
> - Parrot_store_global_nspmc (PMC *namespace instead of STRING *namespace)

Let's wait for namespace implementation after 0.1.1 is out.

> jens

leo

Reply via email to