Author: paultcochrane
Date: Tue Sep 11 05:01:37 2007
New Revision: 21180

Modified:
   trunk/docs/pdds/pdd03_calling_conventions.pod
   trunk/docs/pdds/pdd07_codingstd.pod

Log:
[pdd] Converted TODO items to RT tickets.


Modified: trunk/docs/pdds/pdd03_calling_conventions.pod
==============================================================================
--- trunk/docs/pdds/pdd03_calling_conventions.pod       (original)
+++ trunk/docs/pdds/pdd03_calling_conventions.pod       Tue Sep 11 05:01:37 2007
@@ -63,7 +63,7 @@
 prefixed with "0b"/"0x", in binary/hexadecimal.  There must be exactly one
 integer for each value or register given.
 
-(DEPRECATED: The list as a whole may be surrounded by parentheses.)
+(RT#45363 DEPRECATED: The list as a whole may be surrounded by parentheses.)
 
 For documentation purposes we'll number the bits 0 (low) through 30 (high).
 Bit 31 (and higher, where available) will not be used.
@@ -117,7 +117,7 @@
 
 If the C<NAMED> bit is also set, the aggregate will be used as a hash; its
 contents, as key/value pairs, will be passed as named parameters.  The PMC
-must implement the full hash interface.  {{ TODO: Limit the required
+must implement the full hash interface.  {{ RT#45367: Limit the required
 interface. }}
 
 If the C<NAMED> bit is not set, the aggregate will be used as an array; its
@@ -226,7 +226,7 @@
 will throw an exception.  Note that if the final target is a P register with
 FLAT set, then this exception can never occur.
 
-XXX - FIXME - which exception?  We really could use an exception subsystem. 
+RT#45357 - which exception?  We really could use an exception subsystem. 
 Oh, wait, that's my job.  Never mind.  --Chip
 
 =head3 Underflow

Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod (original)
+++ trunk/docs/pdds/pdd07_codingstd.pod Tue Sep 11 05:01:37 2007
@@ -69,7 +69,7 @@
 system, either to not compile an entire non-portable source where it will not
 work, or to provide an appropriate #ifdef macro.
 
-{{ TODO: Enumerate all other non-C89 assumptions that Parrot depends on. }}
+{{ RT#45359: Enumerate all other non-C89 assumptions that Parrot depends on. }}
 
 =item *
 
@@ -202,7 +202,7 @@
 to parenthesize a long return expression so that a smart editor will properly
 indent it.
 
-{{ TODO: Modify parrot.el so this rule is no longer required. }}
+{{ RT#45365: Modify parrot.el so this rule is no longer required. }}
 
 =item *
 

Reply via email to