Ticket #1219 (closed todo: wontfix)
Parrot's default namespaces should be fully typed
Reported by: | kjs | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 1.7.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | all |
Description
In src/global.c:Parrot_find_global_n() there is the todo item:
* XXX - we should be able to use 'get_pmc_keyed' here, * but we can't because Parrot's default namespaces are not * fully typed and there's a pseudo-typed interface that * distinguishes 'get_pmc_keyed' from 'get_pointer_keyed'; * the former is for NS and the latter is for non-NS.
Previously tracked by RT#46163.
Change History
Note: See
TracTickets for help on using
tickets.