Changes between Version 1 and Version 2 of NamespaceTasklist

Show
Ignore:
Timestamp:
11/09/09 23:29:30 (12 years ago)
Author:
chromatic
Comment:

Edited page; added src/global.c tasks

Legend:

Unmodified
Added
Removed
Modified
  • NamespaceTasklist

    v1 v2  
    1  - Review PDD 19 PIR for namespaces behavior 
    2  
    3  - Review pdd 21 Namespaces 
    4  
    5  - TT #389 
    6  
    7  - TT #8 
     1* Review PDD 19 PIR for namespaces behavior 
     2* Review PDD 21 Namespaces 
     3* TT #389 - don't install subs with :method into NameSpaces 
     4* Review src/global.c: 
     5  * Too many lookup functions may return NULL, which is inappropriate when exposed to PIR 
     6  * PMCNULL is more appropriate for "Element does not exist"; it's used elsewhere pervasively 
     7  * Parrot_set_global(), for example, is unsafe, considering its signature 
     8  * There's a mixture of internal and external APIs 
     9  * We should create an api.c file for symbols, namespaces, whatever