#80: document the default HLL root namespace
--------------------+-------------------------------------------------------
 Reporter:  barney  |       Owner:  whiteknight
     Type:  todo    |      Status:  assigned   
 Priority:  normal  |   Milestone:             
Component:  docs    |     Version:             
 Severity:  low     |    Keywords:             
     Lang:          |       Patch:             
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by barney):

 IMHO the change to PDD21 is not correct. I propose the following:

 Index: docs/pdds/pdd21_namespaces.pod
 ===================================================================
 --- docs/pdds/pdd21_namespaces.pod      (Revision 34246)
 +++ docs/pdds/pdd21_namespaces.pod      (Arbeitskopie)
 @@ -84,7 +84,7 @@

    $P0 = get_root_namespace

 -This root namespace is called C<'parrot'>.
 +This root namespace stringifies to the empty string.

  =item HLL Root Namespaces

 @@ -98,6 +98,8 @@
  unicode encoding.  The reasons for these restrictions is to allow
 compilers
  to remain completely ignorant of each other.

 +Parrot internals are stored in the default HLL root namespace C<parrot>.
 +
  =item HLL Implementation Namespaces

  Each HLL must store implementation internals (private items) in an HLL

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/80#comment:3>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to